|
|
Browse by Tags
All Tags » css
-
how to get correct css when i copy text from MS Word having some formating in cute editor?
kunal
-
I have a page that contains the editor where the user can dynamically add or remove rows in a table using javascript and some standard DHTML practices. The editor is beneath this setup and as the list of rows gets bigger or smaller, the editor doesn't display the dropdowns for font or font-size correctly. They come up above the editor (layout ...
-
I'm using version 5.2 and have the following code for rendering CuteEditor:
Dim editor Set editor = New CuteEditor 'Create a new editor class object editor.ID = ''Editor1'' 'Set the ID of this editor class editor.Text = strNotes 'Set the initial HTML value of editor control editor.ImageGalleryPath = ...
|
|
|