I would like to have a placeholder on editbox and multiline editbox control, that works in all browsers
As far as I know there are two types of placeholders,
#1, an html5 tag attribute (works only html5 browsers)
#2. javascript placeholders (cusomt javascript that simulate a placeholder)
what I am looking for here is an attribut to put on editbox and multieditbox that will get me a placeholder using #2 described above.
this attribute should also work if you use the editbox controls as dojo.form.Textarea module.
dojo have placeholder support in 1.5/1.6 only for textbox, not textarea
Is this possible?
Thanks
Thomas