This is a migrated thread and some comments may be shown as answers.

Editable area inside RadNotification

1 Answer 82 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 24 Nov 2011, 05:59 AM

Hi guys,

This might sound like a silly question, but I'd like have an area inside the Notification window
that is only going to use a specific area as it will align with a background image. The background
image will be like a notepad and all the content and control will appear inside it, if that makes any
sense... Cheers!!


<

 

telerik:RadNotification runat="server" ID="radNotificationPopup" VisibleOnPageLoad="true"

Width="340px" Height="420px" EnableRoundedCorners="true" BackColor="#FFFFFF" ForeColor="#FFFFFF" Skin="Windows7"

OnCallbackUpdate="radNotificationPopup_CallbackUpdate" LoadContentOn="PageLoad" BorderWidth="0px" VisibleTitlebar="true"

Position="Center" Animation="Fade" EnableShadow="false" Title="don't forget to..." ShowTitleMenu="false"

OffsetX="0" AutoCloseDelay="0" ContentIcon="">

<

 

NotificationMenu ID="TitleMenu"></NotificationMenu>

<ContentTemplate>

<div style="margin: 0px 0px 0px 0px; border: 0px 0px 0px 0px; background-color: #FFFFFF;">

<asp:HyperLink ID="lnkToDo" NavigateUrl="Events.aspx" runat="server" Text="don't forget to...">

<div class="userImg">

<img id="img" src="../Images/todolist.png" alt="don't forget to..." />

</div>

</asp:HyperLink>

</div>

</ContentTemplate>

</telerik:RadNotification>

1 Answer, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 24 Nov 2011, 09:16 PM
Hello Joe,

Why don't you add a textbox and set a background image on it?
Tags
Notification
Asked by
Joe
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
Share this question
or