|
Search
You searched for the word(s): table
Showing page 56 of 142 (1,420 total posts)
< 1 second(s)
-
Thanks Adam, admin.config and guest.config had the default path as you mentioned, but default.config was hardcoded to the path I mentioned in the error, after I changed to uploads path, it is working now.
The version I am using is 5.3, the trial version and the .net framework is 1.1.
I found a solution for the below question ...
-
andriex,
Done!
1. Demo is here.
2. main.html
<HTML>
<HEAD>
<SCRIPT>
function getValue (field) {
var r = showModalDialog('aDialog.html', field,
'dialogWidth:300px;dialogHeight:300px;center:1;');
if (typeof r != ''undefined'')
field.value = r;
}
</SCRIPT>
</HEAD>
<BODY>
<FORM ...
-
This is my CE Web Custom Control
Code Behind :
Public Class HTMLEditor Inherits System.Web.UI.UserControl
#Region '' Web Form Designer Generated Code ''
'This call is required by the Web Form ...
-
Hi,
All pop up dialog based on the same function, have no way to prevent it for table only for now.
regards,
Ken
-
FredD,
Please try this example again:
http://cutesoft.net/example/general.aspx
If it works for you, please download the latest build.
To upgrade to this new build, you need to update all files under CuteSoft_Client\CuteEditor\Scripts directory.
-
I'm having trouble with exporting HTML tables to PDF. The PDF table cells are not the right width, and the text isn't aligned properly.
I took a few screenshots and posted them here: http://imgur.com/a/G8HnM
The first image is the aspx page with the editor. The second image is ...
-
Hi Ken,
Thanks for the reply, Some how that event is not firing in my page, I have 6 to 8 cute editors in my page, which will be invisible while page loads, and based on user selection they will be dispalyed.
This issue is only with chrome , safari and firefox (May be other than IE) . I am trying to find a workaround for ...
-
When removing the CuteEditor control from the DOM using JavaScript on an SSL connection, an "Insecure items" warning message is displayed by the browser.
In the example provided, the main CuteEditor table is being removed.
This behavour was not observed in IE9, Safari 5.1.7 or Chrome ...
-
Hi, this problem still remained even after your help, so i have since upgraded cuteEditor but now am running into the problem where if i set URLType=''Default'' entering <img src=''../uploads/img.png''> works fine and the URL is no longer converted to Absolute.entering BACKGROUND-IMAGE: url(../uploads/img.png); as a style ...
-
In Safari (I'm using 5.0.5), if you go to your sample page (http://www.cutesoft.net/example/general.aspx) and right click on either of the two images in the table the context menu comes up, but there is no menu item for ''properties'', like there is in all of the other browsers. Is this menu item intentionally not displayed in Safari for some ...
... 56 ...
|
|
|