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
13
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: auto sizing
An example using Cutesoft example on Auto Adjusting Height to show our issue... <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>
<head>
<title>ASP and ASP.NET ...
Posted to
Cute Editor for .NET
(Forum)
by
toniemtz
on
September 15, 2009
Re: Problem removing items from the ContextMenu
Hi,
You can find the settings under "\cuteeditor_files\Configuration\ContextMenuMode\Default.xml". Please clean your browser cache after changed to try again.
Below is the new code which match the requirements your sent, please try ...
Posted to
Cute Editor for ASP
(Forum)
by
Kenneth
on
October 11, 2013
Re: Standard File Queue Appearing Even Though Custom Queue Is Being Used
Hi,
I don't
reproduce this issue. Make sure you have the last version.
please try this :
<%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
February 25, 2010
Re: dynamically assign user gallery path in dotnetnuke
>>How difficult would that be for someone who is relatively new to asp.net development?
It should be easy. You need to know how to recompile the provider project first.
Step 1: Open Providers\HtmlEditorProviders\CEHtmlEditorProvider\CEHtmlEditorProvider.vb
Step 2: Change the following ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 3, 2008
Re: Custom dialog button with multiple RichTextEditors on the same page
Hi fulles,
I have correct the example page to support multiple editors, please try ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
March 12, 2014
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: Ajax Uploader missed new 3 features...
Hi Demon1,
*
Small image preview before start upload or after upload completed
The example below shows you how to generate the preview image after upload ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
April 6, 2012
JavaScript Error: Ox4 is null
Here is the scenario:
A user can upload one Image.
Once the Image has been uploaded, I hide the Uploader.
If that image is deleted, I show the Uploader.
I receive the JavaScript error when an Image is uploaded, then deleted, and then the user attempts to upload another Image.
Here is the ...
Posted to
Ajax Uploader
(Forum)
by
Wilson353
on
January 30, 2009
Re: AjaxUploader works fine locally - Javascript error 'object expected' when viewing after deploy
Hi simonhorridge,
I attached two web.config, please try it, one of them should work.
#1
<?xml version=''1.0''?> <!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
September 29, 2011
Re: CSS style and Cancel All Uploads button
Hi,
If you just need to hide the cancel all button, please add the style code below into your page.
<style>
.AjaxUploaderCancelAllButton
{
display:
none
!important;
}
</style>
If you need to custom the whole queue table style, then you ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 4, 2013
More Search Options
« First
...
< Previous
11
12
13
14
15
Next >
...
Last »