Hi,
Is it possible to disable the spellchecking
of the htmlarea object ?
Regards.
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, Open
something like this:
var model = [{"id" : 1, "label" : "English"}, {"id" : 2, "label" :
"Français"}];
var labels = [];
for (var x in model) labels.push(model[x].label);
var sel = new qx.ui.mobile.form.SelectBox();
sel.setModel(new qx.data.Array(labels));
sel.addListener("changeSelection", functio
Did you run 'generate.py' after adding the class?
T.
On 10/14/2013 11:28 PM, Yordan Estrada wrote:
Hello everybody, i am working with
qx.ui.table.headerrenderer.HeaderCell and i found an example that
works perfectly, but when i try to implement it in a class, it
show this erro
Did you run 'generate.py' after adding the class?
T.
On 10/14/2013 11:18 PM, Yordan Estrada wrote:
Hello everybody, i am working with
qx.ui.table.headerrenderer.HeaderCell and i found an example that
works perfectly, but when i try to implement it in a class, it show
this error:
TypeError:
Hi there,
I currently need to display tool-tips on disabled buttons (widgets) to show the
user the reason why this button is (currently) disabled.
This has been asked a while ago[1] but with no result.
I currently have to apply a patch to the framework because the display is
handled by a single