Does anyone know how I can show some text in the FCK editor that can not be edited?
Instead when they click on the text I want it to show the 8 scale/transform/move handles like when you click on an image in the editor. Or not necessarily that, just being not editable would do the trick.
I've looked at the FCKRegexLib.ObjectElements in fckregexlib.js thinking that if I put DIV in that list all divs would act as "controls" (hoping that a control is what shows up with the handles). But that didn't seem to change anything.
I also tried playing with the FCKSelection.GetType function in fckselection_ie.js. I made it return 'Control' everytime, but that didn't seem to do anything either.
Anyone know a way?
HM
Instead when they click on the text I want it to show the 8 scale/transform/move handles like when you click on an image in the editor. Or not necessarily that, just being not editable would do the trick.
I've looked at the FCKRegexLib.ObjectElements in fckregexlib.js thinking that if I put DIV in that list all divs would act as "controls" (hoping that a control is what shows up with the handles). But that didn't seem to change anything.
I also tried playing with the FCKSelection.GetType function in fckselection_ie.js. I made it return 'Control' everytime, but that didn't seem to do anything either.
Anyone know a way?
HM