PC Review


Reply
Thread Tools Rate Thread

custom html editor issue

 
 
JohnE
Guest
Posts: n/a
 
      13th May 2010
Hello. I have a webpage with a tabcontainer on it. One of the tab panels
holds just the notes for the record (aspx info).

I did up a custom editor to put on the tab panel. The custom editor works
and looks fine on its own in combination with the css (stylesheet info and
html info).

==== aspx info
<cc1:TabPanel ID="tabNotes" runat="server" HeaderText="Notes">
<ContentTemplate>
<asp:Textbox ID="ChangeRequestNotesLabel" runat="server"
Text='<%# Eval("ChangeRequestNotes") %>'
Height="350px"
Width="975px"
TextMode="MultiLine" />
</ContentTemplate>
</cc1:TabPanel>

==== stylesheet info
..CustomDetailNotesEditor .ajax__htmleditor_editor_toptoolbar
{
background-color: Aqua;
padding: 2px 2px 2px 2px;
}

..CustomDetailNotesEditor .ajax__htmleditor_editor_container
{
font-size: 12px;
padding: 5px 5px 5px 5px;
margin: 0px;
border-style: solid;
background-color: #ffffff;
border-color: Blue;
}

==== html info
<custom:CustomEditor ID="cedDetailNotes" runat="server"
CssClass="CustomDetailNotesEditor" Height="350px" />

What my issue is how do it combine the two together (which I tried
unsuccessfully) on the tab panel so the notes show inside the editor?

Thanks... John
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Word Editor and Custom form Issue in OL2003 =?Utf-8?B?U01BWg==?= Microsoft Outlook Discussion 0 30th Aug 2006 03:20 PM
FP HTML Editor (?) Deletes Most of Dreamweaver HTML =?Utf-8?B?RGF2aWQtRGF2aWQ=?= Microsoft Frontpage 12 12th Apr 2006 06:13 PM
Alleycode HTML Editor - excellent if you know HTML Laurie Flack Freeware 6 24th Jan 2006 10:25 PM
Html editor or viewer that can handle html framesets Andy Freeware 1 31st Oct 2004 05:48 PM
how do I force a new mailitem to use the HTML editor but not the WORD editor? Scott Emick Microsoft Outlook VBA Programming 1 20th Oct 2004 06:06 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:24 PM.