Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): php
More Search Options
Showing page
29
of
158
(
1,571
total posts)
< 1
second(s)
Re: Can't Deploy Editor
HI stevennestler, Try this way first '' Cleared private data, cache and cookies''. please refer to http://support.mozilla.com/tiki-view_forum_thread.
php
?comments_parentId=78098&forumId=1 Is your site online? If so, can you send me the test page url? We will test it and get back to you as soon as possible. Please ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 31, 2010
Re: Can Code Snippet functionality handle links with Javascript?
Please set the following property to false then try again: Editor.EnableStripScriptTags Property Specifies whether to remove inject script before write the string into the db. Example Code <?
php
$editor=new ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
May 18, 2010
Re: File upload error in Mozilla Firefox
Dear ercmcd, I have switched my firefox3.6.3 to firefox2.0.20, and tested both online demo and the installation in my local computer, both work for me. I cannot reproduce this issue. http://cutesoft.net/downloads/folders/cute-editor-
php
/entry54374.aspx , this is latest version download link, can you install latest version and test ...
Posted to
Cute Editor for PHP
(Forum)
by
Eric
on
April 26, 2010
Re: When I fill the editor with MySQL data
Please use the Text property. Editor.Text Property This property provides access to the text within the editable area of the CuteEditor control. It can be used to set the text when the control is first displayed and also to read out the text when a form has been submitted. Example Code ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
January 25, 2010
Re: How to remove the right click pannel?
Please use the following property: Editor.EnableContextMenu Property Specifies whether the context menu is enabled. Example Code <?
php
$editor=new ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
January 4, 2010
Re: Upload Files, Images, Templates, Flash, Media in absolute directory
By default, all files can not be uploaded outside the site root for security reasons. You can modify the following file: cuteeditor_files\Dialogs\Include_Security.
php
function ServerMapPath($input_path,$absolute_path,$virtual_path) { if($absolute_path!='''') { return ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
December 23, 2009
Re: How to change by default the body direction from LTR to RTL ?
Victor, Please use EditorBodyStyle property. <?
php
$editor=new CuteEditor(); $editor->ID=''Editor1''; $editor->Text=''Type ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
December 13, 2009
Re: Cute Editor Width on the page
Please check http://
php
htmledit.com/document/index.htm#page=CuteEditor.Editor.Width.html. Editor.Width Property Specifies the width of the Cute Editor control on the page. Example Code <?
php
$editor=new ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
December 3, 2009
Re: object stripped out when attempting to save embed code for flash or youtube on Joomla 1.5.x
Dear koniahin, I cannot reproduce this issue, I tested it in Joomla1.5.14 and the latest release CuteEditor for Joomla. Please download the latest release: http://cutesoft.net/downloads/folders/cute-editor-
php
/entry54375.aspx and test it again. If this issue still exist, you can send your site's access information to ...
Posted to
Cute Editor for PHP
(Forum)
by
Eric
on
November 27, 2009
Re: removing spaces from filenames before saving to directory
Jim Hi, when the file have been uploaded , you can rename the file . In the examples , you can find the comments where you can handle the logic. For example , in example form-singlefile.
php
, you can move the file by this way : if($mvcfile) { ...
Posted to
PHP File Uploader
(Forum)
by
cutechat
on
November 16, 2009
More Search Options
« First
...
< Previous
27
28
29
30
31
Next >
...
Last »