On 08/10/2012 12:52 PM, kay wrote:
> Thanks Daniel.
>
> How can I disable send button when there is spell check error on my
> textarea?

You can't, sorry. There's no way to interact with the browser's spell 
checker from JavaScript.

> and also How can I set my textarea for someone to be able to change font
> size?

That's fairly simple. You just add some font definitions to your 
application's font theme[1] (source/class/<appname>/theme/Font.js), then 
add a SelectBox or similar control to the GUI that applies these fonts 
to the text area. You can set up a binding between the select box's 
value property and the text area's font property to achieve this.

[1] 
http://manual.qooxdoo.org/current/pages/desktop/ui_theming.html#font-theme

>
> Thanks
>
>
>
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/Textarea-tp7580948p7580954.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to