Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
170
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: How to get html DOM of IMG element of selected image in Firefox
Hi maulikce,
else if (window.getSelection){
rng=editwin.getSelection();
if (rng.rangeCount > 0 && window.XMLSerializer)
{
...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 16, 2009
Re: How to store the HTML code into database(microsoft access)
Thank for help. i try to copy your coding to inside but show out the error is below
Error Type: ADODB.Recordset (0x800A0CB3) Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype. /prototype/CuteEditor2/default.asp, line 14 Browser Type: Mozilla/4.0 ...
Posted to
Cute Editor for ASP
(Forum)
by
zhihow
on
July 25, 2008
Re: How to store the HTML code into database(microsoft access)
Never use DYNAMIC SQL to insert text data... NO GOOD, I say NO GOOD, very BAD... THIS IS NO GOOD: conn.execute(''INSERT INTO tblmemo([memo]) values (''' & Request.Form(''editor1'')& ''')'')
Your Request.Form(''editor1'') value will include invalid caracters like single quotes (') and double quotes ('') and will create SQL ...
Posted to
Cute Editor for ASP
(Forum)
by
JFRanger
on
July 24, 2008
Re: Session expired! Please refresh the page and try again.
hi, thanks for reply. that htaccess file is in http://www.pentagon.ae/elips/
folder. it is not showing for me also but file is there and the file content is as follwos
php_value post_max_size 128M php_value upload_max_filesize 128M php_value max_execution_time 6000000 php_value max_input_time 6000000 u can create a new .htaccess file ...
Posted to
Cute Editor for PHP
(Forum)
by
mamunbdctg
on
January 6, 2011
Re: DNN Provider 4.0 - Customize Toolbar by Role?
Jerry,
>>but is there a way to without adjusting the web.config for every role to enable roles to only see/upload to a specific folder?
For your situation, you need to modify the web.config file and add the custom security setting for
your custom role. Another solution is modifying the provider project and recompile ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 13, 2006
Re: Using CuteEditor in Microsoft Ajax TabControl
Hi Adam, does it work on your side? I've made a new content page within my master page. I added the ToolkitScriptManager and the TabContainer and Tabpanels. Everything works fine. I drag and drop CuteEditor, and it still displays fine. But when I then switch to the Source-View and back to Design-view I got this error message. Then it's not ...
Posted to
Cute Editor for .NET
(Forum)
by
Kai2
on
November 2, 2007
Re: insert template problem
This did not resolve the issue. When a template is inserted it replaces the links with the link to the dialog box. This happens with document relative links.
<div><table cellSpacing=0 cellPadding=0 border=0>
<tbody>
...
Posted to
Cute Editor for .NET
(Forum)
by
darling1906
on
September 20, 2006
Re: Cute HTML editor issue in IE10 - Fixed but noticed something else
Here's my code which the BreakElement does not appear to change the line break code used by the editor. I also tried
editor.BreakElement = "Br"
Dim editor
Set editor = ...
Posted to
Cute Editor for ASP
(Forum)
by
Techn0
on
June 7, 2013
Re: Using jQuery to access getHTML
Hi Lharris,
I tested your code, it works for me.
Can you try the example below on you site? <%@
Page
Language=''C#''
AutoEventWireup=''True''
%>
<%@
Register
Namespace=''CuteEditor''
Assembly=''CuteEditor''
TagPrefix=''CE''
%> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 17, 2009
the file can not be open by a ocx when using the method [CuteWebUI_AjaxUploader_OnSelect] in ie10?
hi.
there are some codes to hash a file before upload it using a ocx.
js code :
function CuteWebUI_AjaxUploader_OnSelect(files) {
alert(document.all("myocx").HashFile(files[0]._internaltask.file1.value));
// ...
Posted to
Ajax Uploader
(Forum)
by
friendmastor
on
March 22, 2013
More Search Options
« First
...
< Previous
168
169
170
171
172
Next >
...
Last »