|
Search
You searched for the word(s):
Showing page 109 of 4,987 (49,864 total posts)
< 1 second(s)
-
I have a custom drop down box that I have populated via the configuration file like so:
<dropdowns>
<Codes>
<item name=''Address 1''>
<value><![CDATA[<input id=''Address1'' name=''Address1'' RegionCode='''' ...
-
Hi,
I have downloaded and installed the DotNetGallery for testing and I have come across a small problem. I think everything is setup OK with regards permissions to write to the images folder I have and when I load the page that has the gallery control on it, it does indeed create the gallery.xml file but it has no entries for the files, ...
-
hi,
Can you try the example page below on your site? Does it get the same problem? If yes, can you post this example page url? So we can check on it ...
-
I'm having the same problem. Here's what I'm doing....
In TestPage1.aspx:
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>
...
<div>
<CE:Editor ID=''Editor1'' runat=''server'' />
</div>
...
After viewing the page's source, he's ...
-
Hi guys, I have the following problem.
WHen I try to upload files in different times, could happens that the name of a file is the same of a file aready present on the target destination. In that case, the uploader class provides to rename the new file, but I can't get the new filename...
The code I'm using is the ...
-
Hi,
You need to modify the include_CuteEditor.asp source code to achieve that.
private Sub Toolbars_Initialize() if s_template = '''' or s_template = null then
Select case ...
-
We have 15 entries in our Styles menu (/richtexteditor/config/staticstyles.xml). When the Styles menu is opened, there are too many entries to display at once, so the menu has a scrollbar. However, when we scroll down, all we see is blank lines. This happens on IE 10, Firefox 22, and Chrome 28. We tried it out on our local ...
-
Yes, you need to make th following files in the CuteEditor_files folder:
insert_image.asp
insert_document.asp
insert_flash.asp
For example, in the insert_image.asp, you will find the following code in about line 193:
<table border=''0'' cellspacing=''5'' cellpadding=''4'' width=''95%'' ...
-
mike_f1:
Hi Adam,
Sorry for a late reply, I was called to some other projects. This code seems to work but this is not what I am after. Our application must be able to display an editor from the code-behind file and not from within the html page.
Any suggestions?
Mike
Mike,
Just move the following ...
-
Hi, I want to make some custom buttons in my editor, but we are using smarty.how do I get the javascript in my tpl file to get it working?
When I try I get an alert box saying that the method is not implemented. this is the code I have in my tpl: {literal}
<script language=''JavaScript'' ...
... 109 ...
|
|
|