Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): form
More Search Options
Showing page
58
of
300
(
2,996
total posts)
< 1
second(s)
Re: Error on "Insert Image"
Hi mwinata, Can you show me what path you set for the image/galler store folder in the default.config? Can you create an example page with the code below and post the page url here? So we can check it directly. Also, you can send to ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 9, 2013
Re: Styles from CSS sheet
Hi, If you want to use another xml file, please open"\richtexteditor\dialogs\setstyles.xml", find section below. You can change the location and file name "staticstyles.xml" directly. var arr=[editor._config.folder+"config/staticstyles.xml?"+editor._config._urlsuffix]; Also, the example below ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
May 1, 2013
Re: Positioning the ProgressText
Hi Killianmcc, Please try the example below. I use a new div traget to replace the progress text, then you can place the div traget to any place you ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
July 31, 2012
Re: Moving from IIS6 to IIS7
Hi mdurli74, Please try the example page below, does it get the same problem on your site? <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
January 18, 2012
Re: manual upload in code behind
Hi jerrysax, please try the example below, it shows you how to get the upload files data by a button <%@ Page Language=''VB'' %> <%@ Register Assembly=''CuteWebUI.AjaxUploader'' Namespace=''CuteWebUI'' TagPrefix=''CuteWebUI'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
October 11, 2011
Re: MaxHTMLLength validation occurs even when the button clicked has CausesValidation=false
Hi ceblanda, Please try the examle below <%@ Page Language=''C#'' EnableViewState=''false'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 2, 2011
Re: Ajax Uploader - more control over 'Cancel All Uploads' button
Hi mchamo, 1) In client side, handle the event of the cancel all uploads button so that I can do other client side actions when this happens. Please refer to http://cutesoft.net/forums/post/63575.aspx 2) I would like to have my own button (called something else and not necessarily tied to the ajax uploader ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
June 10, 2011
Re: getting file modified date from CuteWebUI_AjaxUploader_OnSelect
Hi Roughan, Please try the example below. It shows you how to get the original file path. <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''> void InsertMsg(string ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
May 29, 2011
Re: SB Development License Image Paths
Dear vballboa, When you move to production enviornment, you can use filter to drop the ''webapplication'' from the URL, you only need add the following highlighted code in your production enviornment: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
September 30, 2010
Re: Programmatically color-highlighting the text contained in the editor
s2kdriver80: I assume nobody has a clue? As of now, I'm just getting the value of Editor1.Text, doing an htmlencode on it and appending the <font style etc etc etc> myself to make a new string. Then I just re-set Editor1.Text to that new updated string. This is of course sticking the whole editor inside an AJAX ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
April 14, 2010
More Search Options
« First
...
< Previous
56
57
58
59
60
Next >
...
Last »