Skip to content
Snippets Groups Projects
Commit 2114e88c authored by Kitty Barnett's avatar Kitty Barnett
Browse files

STORM-276 Enabled spell checking on notecards, picks and group notices

parent 49e0c38e
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@
max_length="65536"
name="Notecard Editor"
parse_urls="false"
spellcheck="true"
tab_group="1"
top="46"
width="392"
......
......@@ -134,6 +134,7 @@
top_pad="2"
max_length="1023"
name="pick_desc"
spellcheck="true"
text_color="black"
word_wrap="true" />
<text
......
......@@ -141,6 +141,7 @@ Maximum 200 per group daily
max_length_bytes="63"
name="create_subject"
prevalidate_callback="ascii"
spellcheck="true"
width="218" />
<text
follows="left|top"
......@@ -161,6 +162,7 @@ Maximum 200 per group daily
left_pad="3"
max_length="511"
name="create_message"
spellcheck="true"
top_delta="0"
width="218"
word_wrap="true" />
......@@ -309,6 +311,7 @@ Maximum 200 per group daily
left_pad="3"
max_length_bytes="63"
name="view_subject"
spellcheck="true"
top_delta="-1"
visible="false"
width="200" />
......@@ -333,6 +336,7 @@ Maximum 200 per group daily
right="-1"
max_length="511"
name="view_message"
spellcheck="true"
top_delta="-40"
width="313"
word_wrap="true" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment