Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<
telerik:RadButton
ID
=
"FeedbackButton"
OnClientClicked
"OpenFeedbackLightBox"
AutoPostBack
"false"
Text
"Share Your Feedback"
Skin
"Silk"
runat
"server"
/>
telerik:RadLightBox
"FeedbackLightBox"
Width
"400px"
Height
"350px"
CssClass
"lb_feedback"
Modal
"true"
>
ClientSettings
AnimationSettings
HideAnimation
"Resize"
NextAnimation
"Fade"
PrevAnimation
ShowAnimation
</
Items
telerik:RadLightBoxItem
ItemTemplate
asp:Image
"Image1"
ImageUrl
"~/Images/cb_go_empty.png"
onclick
"Close();"
<script type=
"text/javascript"
function
OpenFeedbackLightBox() {
var
lightBox = $find(
'<%= FeedbackLightBox.ClientID %>'
);
lightBox.show();
}
Close() {
lightBox.hide();
</script>