Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): document
More Search Options
Showing page
29
of
325
(
3,244
total posts)
< 1
second(s)
Re: editable window (iframe) does not show?
Please try this example: http://phphtmledit.com/display-none.php <?php include_once(''CuteEditor_Files/include_CuteEditor.php'') ; ?> <html> <head> ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
July 20, 2009
Re: Controlling the styling within the editor from my own css file
Ian, >>i need to hide the other drop down options showing css values, inline style , font and size selector. http://cutesoft.net/asp/
document
/index.htm#page=Howto_Change_layout_of_the_toolbars.htm 5. Put the toolbar items needed to be disabled into this Editor.DisableItemList string. For ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
June 5, 2009
Re: problem in IE with getSelectedHTML()
function getSelectedHTML() { var rng=null,html=''''; var editdoc = editor1.Get
Document
(); var editwin = editor1.GetWindow(); ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
February 18, 2009
Re: Adding custom buttons
ELi, 1. First you need to add a custom button. Please check the following examples: Add custom buttons How to create a custom button(client side) which displays a dialog?( C# | VB ) This example demonstrates how easy it ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 7, 2009
Re: Information on product and license
Frederic, Thanks for the interest. 1/ Is it included resize/crop/rotate image features in PHP version ? A: This feature is only available in the .NET version right now. We will include this feature in PHP version soon. 2/ Is it possible to edit safely Javascript code including in my html pages ? A: Yes. You need ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
July 25, 2008
Re: change the working area size within javascript
SetWidth() This method is used for setting the width of CuteEditor Example: // get the cute editor instance var editor1 =
document
.getElementById('<% = Editor1.ClientID%>'); ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 14, 2008
Re: How to get selected html from editor & IE compitability problem
Please check the following thread: http://cutesoft.net/forums/thread/36894.aspx function getSelectedHTML(){ var rng=null,html=''''; if (
document
.selection && ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 25, 2008
Re: What is the correct way to set width and height of the editor in Javascript
FredD, How did you get the editor object? If your editor ID is ''Editor1'' the client ID will be ''CE_Editor1_ID''. SetWidth() This method is used for setting the width of CuteEditor Example: // get the cute editor instance ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 27, 2008
Re: Highlighted text to popup
davisw, Please use the following code: function getSelectedHTML(){ var rng=null,html=''''; if (
document
.selection && ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 9, 2007
Re: Trouble with Getting the Active Editor Selection
kane, Use the following mode: function getSelectedHTML(){ var rng=null,html=''''; if (
document
.selection && ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 6, 2007
More Search Options
« First
...
< Previous
27
28
29
30
31
Next >
...
Last »