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
12
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: Set Paging to Image Gallery (Classic Layout)
Hi narendrababu,
Please open file "CuteSoft_Client\Gallery\Layout\Classic\Code.js",
clean all the code then use the new code below.
The first line "var GRIDSHOW_PAGESIZE=5;" use to set how many images to show in 1 page.
var
GRIDSHOW_PAGESIZE=5;
...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
December 16, 2013
Re: Customize the image show viewer in the image gallery
Hi narendrababu,
Please open file "CuteSoft_Client\Gallery\Layout\Classic\Code.js",
clean all the code then use the new code below.
The first line "var GRIDSHOW_PAGESIZE=5;" use to set how many images to show in 1 page.
var
GRIDSHOW_PAGESIZE=5;
...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
December 16, 2013
Re: Custom UI
Matt
If you do not need show the uploaded list , you should not use UploadAttachments control
Here is a sample to render the custom attachments ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
March 13, 2009
Re: Content Menu and Drop Down Positions Off-Set
'in the aspx file:
<TABLE id=''Table1'' cellSpacing=''1'' cellPadding=''1'' width=''770'' border=''0''>
...
Posted to
Cute Editor for .NET
(Forum)
by
nicolas.gravelle
on
November 28, 2005
Re: Skin Problem
Adam:I think it might be a CSS thing, so I am including it at the end of this post. The css creates buttons out of links so that might be something to look at.I have created a page where you can see the editor...please visithttp://oea.fiu.edu/Default.aspx?tabid=401&ctl=Edit&mid=1318if you need admin privs let me know offline. (muenchl [at] ...
Posted to
Cute Editor for .NET
(Forum)
by
ludis
on
November 20, 2006
Re: Ajax Uploader - more control over 'Cancel All Uploads' button
Hi mchamo,
1) In client side, handle the event of the cancel all uploads button so that I can do other client side actions when this happens.
Please refer to http://cutesoft.net/forums/post/63575.aspx
2) I would like to have my own button (called something else and not necessarily tied to the ajax uploader ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
June 10, 2011
RTE content saving as PDF with unformatted structure and missing sections
I'm loading .html file into RTE editor ,
then Once I click Save as PDF button its saving as PDF
this is view of RTE editor content
Once I click save as PDF and open it throuch adobe pdf reader , I'm getting this kind PDF
its a
unformatted structure with missing ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
kelum
on
October 15, 2015
Re: Problem with Indenting and lists:Text pasted from Word document
Made it better :)
You can now highlight and each line ending with a BR will get bulleted.
function CuteEditor_OnCommand(editor,command,ui,value)
{
if (command==''InsertUnorderedList''){
var ...
Posted to
Cute Editor for .NET
(Forum)
by
mreric
on
July 21, 2010
Re: Various issues with uploader inside a form view a inside update panel
Here is the code:-
<%@ Page Language=''VB'' %> <%@ Register Assembly=''AjaxControlToolkit'' Namespace=''AjaxControlToolkit'' TagPrefix=''asp'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
Posted to
Ajax Uploader
(Forum)
by
pippipmilk
on
January 13, 2010
Re: Hide the Cancel button that comes while uploading and rename 'CancelAll' button to 'Cancel'
Hi MayurNarsale,
To achieve these requirements, you need to wirte your own queue table. The example below shows you how to achieve it.
For requirement 1, I used property "CancelButtonID" to define my own cancel button, so I can hide/show it in "CuteWebUI_AjaxUploader_OnSelect(files) " depends on the files ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
March 15, 2013
More Search Options
« First
...
< Previous
10
11
12
13
14
Next >
...
Last »