|
Search
You searched for the word(s):
Showing page 1 of 3 (29 total posts)
< 1 second(s)
-
Hi! My company paid for the licence, but now we are getting an error that the licence has expired and that this is the trial version. Company name : Gulf South Technology Solusions, and the licence I was given that I put in the bin folder is the one that they purchased. Need help cos the site is live and we need tpo solve this issue fast. ...
-
Ok! I did a lot of testing and here is where the problem comes from : <!-- #include file=''../Includes/sec4.inc'' -->
that line of code is in the database and I deleted it and just put a name: Test HTML instead in the same field and run the edit and click a section name from the codes drop down and Test HTML got put in the editor, ...
-
for some reason it's not taking the concatenation with strCode:
dropdown.Items.Add(drSections[''SectionName''].ToString(), ''<div style=\''width: 445px; color: red; background-color: #777777\''>'' + strCode + ''TEST</div>'' );
-
Hi! This is what I got in the codes drop down:
dropdown.Items.Add(drSections[''SectionName''].ToString(), ''<div style=\''width: 445px; color: red; background-color: #33333\''>'' + strCode + ''TEST</div>'' );
When I click on the section name from the drop down it only output 'TEST' in the editor all the other code is ...
-
Hi! I am having a hard time getting the editor to save this line of code:
<!-- #include file=''team.inc'' -->
-
Hi! I was able to add a dropdown in the toolbar, but When I click on my item(image gallery) no code gets dropped on in the editor:
The onchange code I think is for the link dropdown. What would be the event for the codes dropdown?
private void AddNewDropDown()
{
if (Editor1.ToolControls[''insertcustombutonhere''] != null)
{
Control ...
-
Hi Adam! I don't have a problem populating the dropdown..I need help creating a new one just like the Codes dropdown. Thanks!!
-
Any help on how to do this??
-
I added this code:
private void AddDropDown()
{
ToolControl control = this.Editor1.ToolControls[''Codes2''];
if (control != null)
{
RichDropDownList ddGallery = new RichDropDownList(this.Editor1);
ddGallery.Width = Unit.Pixel(120);
//dropdown.Width = 120;
ddGallery.Items.Add(''Image Gallery'', ''some html'');
ddGallery.Items.Add(new ...
-
Thank you for the reply. Works. Sorry I didnt get back here for a while. The cute editor is doing a good job. Thanks!
1
|
|
|