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
51
of
325
(
3,244
total posts)
< 1
second(s)
Re: Cute Editor Method not work in all browsers
Hi mrelkapany1986, Please try the example below. <?php require_once ''cuteeditor_files/include_CuteEditor.php'' ?> <html> <body> <form id=''form1'' method=''POST''> ...
Posted to
Cute Editor for PHP
(Forum)
by
Kenneth
on
October 6, 2011
Re: Customised image selector unable to work in Chrome v13.0.782.220 m
Hi huatz, Please try the example below. <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#'' %> <html> <head> <title>ASP.NET WYSIWYG Editor - Use CuteEditor as an image selector</title> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 14, 2011
Re: problem with setting the Gallery's and template directory programmatically
Hi Eric Thank you for your answer, but unfortunatly it doesn't solve my problem. When i create a normal php file with your code and change the path's to the one i specified in my Zend_Form_Element it's working as it should be, and the strange thing is if i then reload the page with my Zend_Form_Element for Cute Editor it's also ...
Posted to
Cute Editor for PHP
(Forum)
by
Emile
on
June 21, 2011
Re: how to deal with duplicate file name
Hi acyk, Two ways. 1. Remove the <form> tag. 2. Use the example below <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
May 30, 2011
Using setHTML problem when string is blank.
I am using the editor to edit the contents of some table cells. The editor is on a panel that I display only when the cell to edit is clicked. After editing I hide the panel and update the table cell with the editors text. Overall this works fine, but if I go to edit a cell that is blank the setHTML function will not put ...
Posted to
Cute Editor for .NET
(Forum)
by
TAG
on
March 16, 2011
Re: how to assign file while editting record with other fields
Dear jaydev, Please refer to the following code: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
December 22, 2010
Re: FormatBlock block doesnt work for custom tags
Hi mieric, Please try the example below <%@ Page Language=''VB'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
July 16, 2010
Re: how to get the conents of editor on server side
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'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
April 27, 2010
Re: CuteEditor_OnInitialized(editor) doesn't work when ajax call back in the tab panel
hi wolf11th , Try <%@ Page Language=''C#'' %> <%@ Register Assembly=''AjaxControlToolkit'' Namespace=''AjaxControlToolkit'' TagPrefix=''cc1'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
March 29, 2010
Re: setHTML bug in 6.5
calxibe: When using: var editor1 =
document
.getElementById('CE_Editor1_ID'); editor1.setHTML(
document
.getElementById('Content2').value); The editor resets the EditorWysiwygModeCss, so that the new content don't get styles, the editor also becomes read only. When using: var editor1 = ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
February 10, 2010
More Search Options
« First
...
< Previous
49
50
51
52
53
Next >
...
Last »