|
Search
You searched for the word(s): dialog
Showing page 52 of 256 (2,552 total posts)
< 1 second(s)
-
vlad-G,
I suggest you create a custom button and using the following function:
function do_insert(){ editor.PasteHTML(''put your link HTML code here''); top.close();}
Or change the existing link dialog.
>>I let user select the link he needs how can I get what ...
-
ramu,
Which save button are you talking about? If you are talking about the save button in the template dialog, it just save the changes you made to the server.
To understand how the save button works, please check the following example:
How to capture the SAVE ...
-
>>Create a custom title. Our client wants it to say ''Insert File'' instead of ''Downloadable File.''
You can achieve it by modifying the language files.
>>When the popup appears, can you set the default to ''http://'' instead of ''Other''
In the Downloadable File dialog, the default URL can't be ...
-
http://cutesoft.net/developer+guide/Restricting-Document-Files-by-Extensions-and-Types.htmRestricting Document Files by Extensions and Types
One of the Cute Editor new and innovative capabilities is Restricting uploading document Files by Extensions and Types. You can filter the type of document files so only specified file types are allowed ...
-
Todd,
Mac/Firefox:When the user click the ''insert table'' button, CuteEditor will invert a 2 row / 2 colomn table into the editor. And also a dialog will be opened which allows the user configure the table properties.If the user want to add rows/colomns to the existing table, they can use the ''Insert Row Above'', ''Insert Row Below'', ...
-
mekalaasri,
How to create Virtual Directories in IIS?
1.
Click Start, point to Programs, click to select Administrative Tools, and then click Internet Services Manager.
2.
Expand the server name.
3.
In the left pane, right-click Default Web Site, point to New, and then click Virtual Directory.
4.
In the first screen of the ...
-
Hi Fermin,
I think the answer to your question is to use the following code in your BLOCKED SCRIPT
var url=showModalDialog(''../CuteSoft_Client/CuteEditor/Dialogs/InsertImage.aspx?settinghash=&<%=Editor1.Setting.GetHashString()%>'', ''Image Manager'',''dialogWidth:670px;dialogHeight:650px'');
You can ...
-
>>should the iusr<machinename> have write access to the upload directory?
Yes.>>or is it possible to let cute editor to log in as a user when uploading files?Yes. Please follow the steps below:1. Right click on the upload folder, select properties, then choose the security tab.2. Add the specific users to the list of ...
-
Any thoughts on this issue? The demo editor will generate an error as well. Here's some details:Use a recent version of IE (mine is 6.0.2900.2180) the Popup Blocker enabledDraw a 2x2 table on the editor pageSelect the table and bring up the Table Properties windowClick the Cell Properties button The demo editor will generate an ...
-
alemke,
Cute Editor for ASP allows you add your custom button like the followings:
editor.CustomAddons = ''<span title=''''Custom Addons'''' class=''''button'''' onclick=''''alert('This is a custom function');'''' type=''''btn'''' border=''''0''''> Custom button ...
... 52 ...
|
|
|