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 @@ ...@@ -70,6 +70,7 @@
max_length="65536" max_length="65536"
name="Notecard Editor" name="Notecard Editor"
parse_urls="false" parse_urls="false"
spellcheck="true"
tab_group="1" tab_group="1"
top="46" top="46"
width="392" width="392"
......
...@@ -134,6 +134,7 @@ ...@@ -134,6 +134,7 @@
top_pad="2" top_pad="2"
max_length="1023" max_length="1023"
name="pick_desc" name="pick_desc"
spellcheck="true"
text_color="black" text_color="black"
word_wrap="true" /> word_wrap="true" />
<text <text
......
...@@ -141,6 +141,7 @@ Maximum 200 per group daily ...@@ -141,6 +141,7 @@ Maximum 200 per group daily
max_length_bytes="63" max_length_bytes="63"
name="create_subject" name="create_subject"
prevalidate_callback="ascii" prevalidate_callback="ascii"
spellcheck="true"
width="218" /> width="218" />
<text <text
follows="left|top" follows="left|top"
...@@ -161,6 +162,7 @@ Maximum 200 per group daily ...@@ -161,6 +162,7 @@ Maximum 200 per group daily
left_pad="3" left_pad="3"
max_length="511" max_length="511"
name="create_message" name="create_message"
spellcheck="true"
top_delta="0" top_delta="0"
width="218" width="218"
word_wrap="true" /> word_wrap="true" />
...@@ -309,6 +311,7 @@ Maximum 200 per group daily ...@@ -309,6 +311,7 @@ Maximum 200 per group daily
left_pad="3" left_pad="3"
max_length_bytes="63" max_length_bytes="63"
name="view_subject" name="view_subject"
spellcheck="true"
top_delta="-1" top_delta="-1"
visible="false" visible="false"
width="200" /> width="200" />
...@@ -333,6 +336,7 @@ Maximum 200 per group daily ...@@ -333,6 +336,7 @@ Maximum 200 per group daily
right="-1" right="-1"
max_length="511" max_length="511"
name="view_message" name="view_message"
spellcheck="true"
top_delta="-40" top_delta="-40"
width="313" width="313"
word_wrap="true" /> 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