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
139
of
325
(
3,244
total posts)
< 1
second(s)
Re: Restrict width/height of XHTML (rather than the control)
There is no javascript API for scroll bar. We do have the API for editor
document
. Getting the Active Editor
Document
In order to find the active editor
document
, you would type: // get the active editor
document
var editdoc = editor1.Get
Document
();
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 8, 2007
Re: CuteEditor methods are not working when making it visible by code.
Hi, You do not need to fire the "CuteEditor_OnInitialized", it will fire automatically when the editor load. For now has no way to fire it in code, so you must wait for the page load. What I mean to hide the container when the editor load, is like the example below. I hide the div1 in the ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
March 7, 2013
Re: Can ajax upload file to a controller instead of uploadHanler.ashx?
Hi, Here is the client side API to set the data <script> var inp =
document
.getElementById("textboxid"); var currtask; inp.onchange = function () { ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
November 20, 2012
Re: adding content to the popup photogallery
Hi afrika, the div is an object, can not use div+''string''. Please try the code below, I added a <span> target into this div to shows your custom text. for(var i=0;i<photos.length;i++) { var div=this.CreatePhotoDiv(photos[i]); this.AttachItemEvent(div); var span1=
document
.createElement(''span''); ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
June 5, 2012
Re: Blur Event
hi kenneth once again. i need change event of editor so that i replace blur with change, but can't succeed:function CuteEditor_OnInitialized(editor) { var editdoc = editor.Get
Document
(); if(
document
.attachEvent) { //for ie ...
Posted to
Cute Editor for PHP
(Forum)
by
JavedBoqo
on
July 22, 2011
Re: Unable to pass Virtual path
Hi Khansaab, 1. Create a page name ''PageA.aspx'' use the code ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
December 6, 2010
Re: Is it possible?
Dear efren63stanton, Please open file ''\CuteSoft_Client\CuteChat\SupportClient.js'', you can find the following code: if(name==''USER'') { var userList=$(''userList''); // var OperatorName=$(''OperatorName''); var ...
Posted to
Cute Live Support
(Forum)
by
Eric
on
September 6, 2010
Re: Ptinter dialogue from serverside
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? ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
April 21, 2010
Re: Set focus resetting while in update panel and ajax modalpopup
Hi Gilbert, Try this code, it works fine for me. <%@ Page Language=''vb'' AutoEventWireup=''false'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
August 31, 2009
Re: Can't Find the file
I have finally figured the answer: both the Ajax control and the code to move the uploaded file reside in the same file!!!! Why couldn't you just say so? <?php require_once ''phpuploader/include_phpuploader.php'' ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
Posted to
PHP File Uploader
(Forum)
by
cescolar
on
August 20, 2009
More Search Options
« First
...
< Previous
137
138
139
140
141
Next >
...
Last »