|
Search
You searched for the word(s):
Showing page 1752 of 1,765 (17,645 total posts)
< 1 second(s)
-
mgjunk,
I just wrote a fix for this. It works. You can test it in our online demo.
Please check it out.
Dad.asp
<HTML>
<HEAD>
<SCRIPT>
function popupCuteEditor(v_form, v_field)
{
var newWin, v_pagestring;
w = ...
-
emma,
There is nothing special about saving data to the database on our CuteEditor control than a regualr textbox.
In your codebehind or server side code, just retrieve your data from cuteeditor1.text property and add the data to your event handler on this Page is used to save/ the text changes to the ...
-
mgordon,
You don't have to inherit CuteEditor.Include.insert_link class. You can create your own file based on the insert_link.aspx file.
''but then the dialog title, labels and buttons have no text value because the reference to the CuteEditor.Include.insert_link class has been broken.''
The reason we need that ...
-
sgilboy,
Thanks for the code. Can you post your style sheet as well?
Adam, any chance you may point out where a little fix can be made to filter out directories like ''_vti_cnf'' in the image gallery stuff? or is that inside the DLL (i could look but its a heck of a lot of code, lol)
That's inside the ...
-
Sem,
You can change your paragraph styles.
Here is the example. You can find the exmaple code in the download package as well.
'A list of strings for the paragraph dropdownlist.
editor.ParagraphsList = ''Normal,Heading 1,Heading 2,Heading 3,Formatted,Definition Term''
'A list of fonts for the font face ...
-
sgilboy,
I just wrote a fix for this. And I've tested it. It works. You can test it in our online demo.
In WinIE.js, you will find the following code from line 481 to line 494.
if (FSrc&&(selectedRange.htmlText != ''''))
{
...
-
jgoldsack,
Can you post more details? Or can you post your code here?
-
sgilboy,
You Have A Good Point. Revjon's FreeTextBox uses a built-in MSHTML function to handle insert link (CuteEditor uses this feature in the earlier version as well).
Due to the limitation of this built-in function, we decided to create a pop-up windows to allow the end users specify the new windows, the link color, ...
-
VB:
Editor1.FontFacesList = new string() {''Arial'',''Verdana'',''Georgia''}
Editor1.ParagraphsList = new string() {''Normal'',''Heading 1'',''Heading 2''}
-
emma,
The template names for those buttons are ImageGallery,ImageGalleryByBrowsing,EditRow,EditCell.
... 1752 ...
|
|
|