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
30
of
158
(
1,571
total posts)
< 1
second(s)
Re: Wrong path after installation
I fixed the problem myself. I added the fat printed line to my source code: <?
php
$editor=new CuteEditor(); $editor->ID=''Editor1''; $editor->Text=''Type ...
Posted to
Cute Editor for PHP
(Forum)
by
lpgr
on
October 23, 2009
Re: textbox is way too big for my site
Got it <?
php
$editor=new CuteEditor(); $editor->ID=''Editor1''; $editor->Text=''Type here''; ...
Posted to
Cute Editor for PHP
(Forum)
by
quiksilver02x
on
September 28, 2009
Re: Styles css
Please check the following property: Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss=''example.css,/default.css'' Example Code ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
July 21, 2009
Re: Multiple instances of trhe editor within a page
<?
php
$editor=new CuteEditor(); $editor->ID=''Editor1''; ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
June 12, 2009
Re: Custom feature development?
Hi, I can only answer the above questions, for further questions, please contact support@cutesoft.net 1. Only silverlight can implement the resume feature, but we haven't supported this feature yet. 2. Uploader now is an ASP.NET WebForm control, it is not for 'oustide-of-browser type'. We will support MVC,
PHP
,JSP ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
February 3, 2009
Re: File upload to outside of the web server
Graham, >>Also, ideally I would like to be able to select more than one file to be uploaded at a time. This feature is not supported. >>I want to use cute editor as a file manager, but I need it to upload files to a secure location which is not available to the web server. By default, this feature is ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
October 19, 2008
Re: Newby
Kalaztra, You need to know ASP.NET, Classic ASP or
PHP
to use this program. If you are not a developer, you need to get a developer to help you integrate this tool with your CMS system. Cute Editor allows Web developers to replace the Textarea in your existing content management system with a powerful, but easy to use WYSIWYG ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 12, 2008
Re: Questions from a Newbie
1. The toolbar shows the “Css Class” drop down – how do I rename it from “Css Class” to something else? Modify the language files. Language files can be found at CuteEditor_Files\Languages folder. <resource name=''CssClass''>Css Class</resource> 2. How do I restrict the ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
March 24, 2008
Re: Changing the default font size in editor
EditorBodyStyle can only change the style of the document body. For table, please add the following code into your style sheet file and use .EditorWysiwygModeCss Property to apply it to editor. td,th { font-family: Arial, Helvetica, sans-serif; font-size: 12px; } .EditorWysiwygModeCss Property ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
March 3, 2008
Re: change size of editing window
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
August 21, 2007
More Search Options
« First
...
< Previous
28
29
30
31
32
Next >
...
Last »