Search Type: Posts; User: jared.rodriguez
Search: Search took 0.03 seconds.
-
8 Feb 2012 3:01 AM
- Replies
- 5
- Views
- 1,103
My fix was to add the following lines to Ext.layout.component.field.TextArea
value = value.replace (/</g, '_');
value = value.replace (/>/g, '_');
I put them right... -
7 Feb 2012 9:58 AM
- Replies
- 5
- Views
- 1,103
If the user types something into the text area that has a tag that can render as HTML, then the sizer is all screwy.
For instance, the user types the following into the text area:
Then... -
7 Feb 2012 9:53 AM
- Replies
- 6
- Views
- 1,863
Setting 'grow' to true on text area seems to work for me, but it has a different bug. If the user types something into the text area that has a tag that can render as HTML, then the sizer is all...
Results 1 to 3 of 3
