-
unchangeable String
with help this command i can put a string insted of a selected one :
tinyMCE.execCommand('mceInsertRawHTML', false, "blabla");
but i can delete this string insinde the Tiny editor with the Del Button ( Keyboard ) ! How can make it undeletable or unchangeable ??? Does anybody have an idea ?
-
-
Javascript strings are by default immutable. I'm not sure I understand your question. Of course you can change your source code by hitting delete. Otherwise you would be back in the days of punch cards for programming. My advise, don't change it unless you want to. Your client can't.
Trinithis
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks