|
Search
You searched for the word(s): php
Showing page 78 of 158 (1,571 total posts)
< 1 second(s)
-
Dear morty,
Please change temporary directory and test it again, you need update temporary directory path to your actual one:
<?php
$uploader=new PhpUploader();
...
-
Ok, now I've tried this quick and dirty solution:Added my own array with extensions in filepost.php, and if the original way didnt work, check my array $arr_xl=array(''.xls'',''.xlsx'');
if (in_array(strtolower(GetExtension($filename)),$Filter_Array) || ...
-
Using multiple instance on the same page i need:
- to load the toolbar only when a textarea is focused
This feature can be implemented.When textarea is focused, you can set the style of class ''CuteEditorToolBarContainer'' and let it be displayed, if textarea is not focused, set its style to ''display:none''
- to change height, ...
-
HDEmail:
I've purchased 10 domain licence but when I go to upload a template, I get the following error message:
Deprecated: Function split() is deprecated in C:\wamp\www\domain\cuteeditor_files\Dialogs\upload_handler.php on line 77
The template is uploaded OK and available but I cannot put this error message up on to my live website.
Also, ...
-
Hi,
1 , You need confirm the HTML which server generated , or you need try echo(''還需''); . Uploader do not make anything special on rendering the strings. I think that is PHP's issue.
2 , Please try the last version (we updated that recently) , it still not work , we will help you check it deeply.
3 , Flash ...
-
Sam Hutchinson:
Hi
I tried contacting support but have still had no response on this issue.
This is a problem I am experiencing when using your php editor and the setHTML method.
If I use the following JavaScript with Internet Explorer 8 to insert content into the editor problems occur. The method ...
-
walex,
To check the version, please use browser ''View Source'' menu.
You should find some words like: <!-- CuteEditor Version 6.4 Editor1 Begin -->
http://phphtmledit.com/oncarriagereturn.php?BreakElement=p
Please check this URL. All contents should be warpped into p tags. If you use layers, the div tags will ...
-
Please check this sample:
<%@ Page Language=''C#'' Title=''First sample'' %>
<%@ Import Namespace=''CuteWebUI'' %>
...
-
Do you mean syntax highligher?
If so, please wait for the version 6.3. Right now it is only available to the .net version.
<?php $editor=new CuteEditor(); $editor->ID=''Editor1''; ...
-
Please set the following property to true then try again:
Editor.EditCompleteDocument Property
Specify whether a complete HTML document is being edited.
Example Code
<?php
$editor=new ...
... 78 ...
|
|
|