Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): dialog
More Search Options
Showing page
18
of
256
(
2,552
total posts)
< 1
second(s)
Re: Insert Hyperlink dialog
Mike, This is another option. Open the CuteEditorWeb\CuteSoft_Client\CuteEditor\
Dialog
s\tag.config. To turn off the general tab, remove this line:<add pattern=''*'' tab=''Common'' text=''[[Common]]'' control=''Tag_Common.ascx'' /> To turn off the style builder tab, remove this line:<add pattern=''*'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 23, 2006
Re: Page properties dialog
Please set the Editor.EditCompleteDocument Property to true.Editor.EditCompleteDocument Property Specify whether a complete HTML document is being edited. If false, the editor will only process content inside the page body i.e. all content inside of the <body>...</body> tags of a page. If true, the editor will process content ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 20, 2006
Re: How do I pass variables to and from a custom dialog box?
Nick, Try: // get the cute editor instance var editor1 = document.getElementById('<%=Editor1.ClientID%>'); //Get the editor selection var editselection=editor1.GetSelection(); ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 30, 2006
Re: Is it possible to replace links dialog
Thanks alot Adam, that really help me a lot of the way. My only problem now is that when i am returning ex. ''<a href=''linkurl'' target=''_blank''>link name</a>'' to the editor, it converts it to HTML entities ex. ''<a href="linkurl"&qt;link name...''. Is there a way to avoid that? /René
Posted to
Cute Editor for .NET
(Forum)
by
rpj
on
October 19, 2005
Re: Can I disable file browsing and other stuff in the Image properties dialog
thanks for rapid response...I should have found that one this works for me commentting out unwanted design features and ''hiding'' the items the javascript needs to identify <!-- -<fieldset><legend>[[Insert]]</legend>- --> <table class=''normal''> <tr> <!-- -<td ...
Posted to
Cute Editor for .NET
(Forum)
by
sperndogger
on
January 12, 2005
Re: ...bug/problem in insert template dialog and functionality...Quick Fix?
Hi all, I made a quick fix, I hope it's ok with the CuteEditor folks. It's probably just something they forgot to add with everything going on. To fix this I added : overflow: auto; to the style for the <div> holding the table for the ''file pane'' Fix: Open ...
Posted to
Cute Editor for .NET
(Forum)
by
colin
on
June 13, 2004
Re: Disabling style builder tab in Insert Dialog
dstephens, Open the CuteEditorWeb\CuteSoft_Client\CuteEditor\
Dialog
s\tag.config. To turn off the general tab, remove this line: <add pattern=''*'' tab=''Common'' text=''[[Common]]'' control=''Tag_Common.ascx'' /> To turn off the style builder tab, remove this line: <add pattern=''*'' tab=''Style'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 2, 2008
Re: Tool bar Button "Paste from Word" opens Dialog. Possible without CTRL + V?
Hi miller399, All Rich TextEditor paste funtions will use the
dialog
now. If you do not like to use
dialog
, then you can ctach the paste word button command and achieve your own paste function. Like the code below. It will catch the paste word button command, what you need to do just achieve your own paste function in ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
October 14, 2013
Mozilla Browser Dialog box (uploading file)
When uploading a file using Mozilla Firefox browser, after it has uploaded it comes up with the Confirm
dialog
box (pictured below). Is this a bug and how can it be fixed to not show like the other browsers. (Automatically reloads the page without a
dialog
box showing). Click here if you cant view image above
Posted to
Cute Editor for PHP
(Forum)
by
analitixcomau
on
December 20, 2010
Image Dialog as Manager, no Insert from
Is an Editor required in the page to access the Image
Dialog
? .. and is there a way to access the
dialog
without it? In the interest of providing consistent user experience I've a situation where I'd like to use the Image
Dialog
to upload, manage images in folders.. (albums) .. and then close without returning a value?.. and then refresh ...
Posted to
Cute Editor for .NET
(Forum)
by
aeromed
on
December 5, 2005
More Search Options
« First
...
< Previous
16
17
18
19
20
Next >
...
Last »