📄 defaultvb.aspx
字号:
<%@ Page AutoEventWireup="false" CodeBehind="DefaultVB.aspx.vb" Inherits="Telerik.WindowExamplesVB.DemoGallery.DefaultVB" Language="vb" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.QuickStart" Assembly="Telerik.QuickStart" %>
<%@ Register TagPrefix="telerik" TagName="Header" Src="~/Common/Header.ascx" %>
<%@ Register TagPrefix="telerik" TagName="HeadTag" Src="~/Common/HeadTag.ascx" %>
<%@ Register TagPrefix="telerik" TagName="Footer" Src="~/Common/Footer.ascx" %>
<%@ Register tagprefix="radW" namespace = "Telerik.WebControls" assembly="RadWindow" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head runat="server">
<telerik:HeadTag runat="server" ID="Headtag1"></telerik:HeadTag>
<!-- custom head section -->
<!-- end of custom head section -->
<style type="text/css">
.bButton
{
width: 150px;
height: 20px;
border: 0px;
background-image: url(../bBtuttonBg.gif);
background-repeat: no-repeat;
background-color: #fff;
font: bold 11px Arial, Verdana, Sans-serif;
color: #666666;
}
.moduleHeader
{
font: bold 11px Arial, Verdana, Sans-serif;
color: #333333;
border-bottom: solid 1px #333333;
margin-bottom: 10px;
}
</style>
<link rel="stylesheet" type="text/css" href="Styles.css"></link>
</head>
<body class="BODY">
<form runat="server" id="mainForm" method="post" style="WIDTH:100%">
<telerik:Header runat="server" ID="Header1" NavigationLanguage="VB"></telerik:Header>
<table cellpadding="0" cellspacing="0" class="galleryWrapper">
<tr>
<td><img src="ExampleFiles/Img/top.gif" height="109" width="324" alt="" /></td>
</tr>
<tr>
<td><img src="ExampleFiles/Img/toolbar.gif" height="51" width="324" alt="" /></td>
</tr>
<tr>
<td class="main">
<div class="imagePlaceholder">
<a href="ExampleFiles/denverHouse.html" target="NavigationWindow"><img src="ExampleFiles/Img/denverHouse.gif" alt="Denver House" height="67" width="85" class="thumbnail" /></a>
<a href="ExampleFiles/bostonHouse.html" target="NavigationWindow"><img src="ExampleFiles/Img/bostonHouse.gif" alt="Boston House" height="67" width="85" class="thumbnail" /></a>
<a href="ExampleFiles/apartment.html" target="NavigationWindow"><img src="ExampleFiles/Img/apartment.gif" alt="Apartment" height="67" width="85" class="thumbnail" /></a>
<a href="ExampleFiles/apartment_2.html" target="NavigationWindow"><img src="ExampleFiles/Img/apartment_2.gif" alt="Apartment" height="67" width="85" class="thumbnail" /></a>
<a href="ExampleFiles/forSale.html" target="NavigationWindow"><img src="ExampleFiles/Img/house.gif" alt="House" height="67" width="85" class="thumbnail" /></a>
<a href="ExampleFiles/apartment_2.html" target="NavigationWindow"><img src="ExampleFiles/Img/apartment_2.gif" alt="Apartment" height="67" width="85" class="thumbnail" /></a>
</div>
</td>
</tr>
</table>
<radW:RadWindowManager
id="Singleton"
VisibleOnPageLoad="true"
Skin = "System"
Behavior="close"
runat="server">
<windows>
<radW:RadWindow
OffsetElementId="NavigationDiv"
NavigateUrl="ExampleFiles/denverHouse.html"
Runat="server"
Width="400px"
Height="249px"
Top = "150"
Left="640"
Id="NavigationWindow"></radW:RadWindow>
</windows>
</radW:RadWindowManager>
<telerik:Footer runat="server" ID="Footer1"></telerik:Footer>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -