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
168
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: How to get color code of body which set in Page Property dialog
Hi WilliamK,
I think you are using the classic asp version, please try the example below. It shows you how to get the border property of the editor body.
<!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html>
<head>
...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 8, 2011
Re: DNN roles and custom configurations
Rob,
>>But These are not roles in the portal, they seem to be arbitraty terms for an admin, anyone signed in and anyone not signed in... is that correct?
If the User doesn't belong to any role, the user will be treated a guest user. By default, guest user will have very limited toolbar, access.
>>Do I ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 14, 2008
Re: Urgent: table bug: setting cell properties doesn't override table Class setting
Update on this issue:
I read through the W3C guidelines on CSS and it appears that the author's style settings always take precedence over the reader's settings. In other words, in a situation like this:
<style type=''text/css''> table.sample td { padding-bottom: 0px; width: 150px; padding-top: 0px; text-align: ...
Posted to
Cute Editor for .NET
(Forum)
by
fredd
on
September 1, 2007
Re: Need Help To Add More Emoticons/Avtars To Cute Chat And Cute Web Messenger
Hi
hetaljariwala,
Please follow the steps below. It shows you how to remove the "pick an avatar" menu of the Chat room.
1. Open file
"\CuteSoft_Client\CuteChat\Script\Channel_New.js"
2. Find section below and remove ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Kenneth
on
September 17, 2012
Re: Error occurring when Forms Authentication has timed out
Hi everyone,
For anyone who does not wish to have the user logged out at all
during a file upload you can use a script similar to below. var
timeoutPeriod
=
1; ...
Posted to
Ajax Uploader
(Forum)
by
snagpoonage
on
September 22, 2010
Re: Domain added in Code Snippet when using I.E. 8
Hi bbajohr,
This issue is caused by the browse
behaviour. We don't have the solution yet.
Please use the following temporary solution.
<%@
Page
Language=''C#''
%> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
July 29, 2010
Re: IE9 Issues with CUTEEDITOR_ONINITIALIZED
Hi BigDave,
Please try the example page below, does it work for your?
If yes, it should be some different on your page, please create an example page which can reproduce this issue and send it to Kenneth@CuteSoft.net. I will check it and get back to you as soon as possible.
If it does not work on your end, please download the latest ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 16, 2012
Re: CuteEditor methods are not working when making it visible by code.
Hi,
You do not need to fire the "CuteEditor_OnInitialized", it will fire automatically when the editor load. For now has no way to fire it in code, so you must wait for the page load. What I mean to hide the container when the editor load, is like the example below. I hide the div1 in the ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
March 7, 2013
Re: Blank page problem
Hi Mark,
Can you try the code below on your site? <%@
Page
Language=''C#''
%>
<%@
Register
TagPrefix=''DotNetGallery''
Namespace=''DotNetGallery''
Assembly=''DotNetGallery''
%>
<script
runat=''server''> ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
November 10, 2009
Re: How do I get UploadAttachments events to fire for server-side validation prior to upload?
You can do the same thing in Ajax Uploader.
Private Sub Uploader_FileUploaded(ByVal sender As Object, ByVal args As UploaderEventArgs)
Dim fname As String = args.FileName
...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
March 13, 2012
More Search Options
« First
...
< Previous
166
167
168
169
170
Next >
...
Last »