HTML Editor Tab Index
Hello there
Quick question - how do I set the tab index on the ckeditor HTML editor input please?
Thanks!
PS - Also should Validation tooltips for Spry work with this? Doesn't seem to . . .
Hello there
Quick question - how do I set the tab index on the ckeditor HTML editor input please?
Thanks!
PS - Also should Validation tooltips for Spry work with this? Doesn't seem to . . .
add $CKEditor_config["tabIndex"] to the HTML Editor code.
look for the following line:
$CKEditor_config["tabSpaces"] = 4;
and change it to:
$CKEditor_config["tabSpaces"] = 4;
$CKEditor_config["tabIndex"] = 6;
Thanks Jason - any ideas on the Validation tool tips question?
Thanks
HTML Editor is not a spry element.
Since it is not a spry element, there are no spry validation messages for the HTML Editor instance that the spry validation tooltips can apply to.
spry Validation tooltips can only be applied to spry elements.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.