|
Search
You searched for the word(s):
Showing page 72 of 4,987 (49,864 total posts)
< 1 second(s)
-
Dear, Please save the following content to GetContent.aspx, <%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''GetContent.aspx.vb'' Inherits=''test_Default'' %>
<%@ Register assembly=''CuteEditor'' namespace=''CuteEditor'' tagprefix=''CE'' %>
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' ...
-
Ken, OK, i was able to fix the problem so it works are pure ajax uploader the solution is below. However, i need to restrict it so only one file can be uploaded and i also need to hide the panel that shows you the files i uploaded. i will start another forum for them... thanks <asp:ScriptManager ...
-
adel:
Ok, let me summrize this again. I ALREADY have a custom button added, when teh button is clicked, a post back command is triggeered to the server and some code gets executed. This all WORKS fine. ALL I need help with is , when that code gets done, how can I open the print dialogue button?without clicking any other buttons or anyhting?
...
-
Hi Adam,
Ok so my first post wasn't very detailed! I have now narrowed down the problem and also discovered another issue. The code is as follows:
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load ...
-
Hi ederkley,
The Rich TextEditor did not provide the API to catch the zoom function. you can try the way below to get the zoom value.
1. Open file "richtexteditor\plugins\zoomview\plugin.xml", find section ...
-
Hi jitendrajls, Add the code below to the bottom of your page, it will remove the content you provided. By the way, do you get the same problem on demo http://www.cutesoft.net/example/general.aspx? If the demo page works for you, I suggest you download the latest version and try again. Latest version download url: ...
-
Hi, If you want to set the limitation by the input value, I suggest you try function ''CuteWebUI_AjaxUploader_OnSelect'', like the example below. MaxFilesLimit is the server side property, can not set by the javascript ...
-
Hi frJericho,
Please try the example below. It shows you how to add the code snippets dynamically in javascript.
If you want to add it in server side code, please refer ...
-
function getSelectedHTML() { var rng=null,html=''''; var editdoc = editor1.GetDocument(); var editwin = editor1.GetWindow(); ...
-
Dear Lorenzo,
Temporary directory setting:
1. Open cuteeditor_files\Dialogs\phpuploader\include_phpuploader.php
Search the following function in this file:
function _InternalGetFile($guid,$checkValidated)
...
... 72 ...
|
|
|