You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/Splitter/cs_collapseexpandpanel.aspx

16 lines
697 B

<%@ Register TagPrefix="obspl" Namespace="OboutInc.Splitter2" Assembly="obout_Splitter2_Net" %>
<%@ Page Language="C#" Inherits="cs_collapseexpandpanel" Src="cs_collapseexpandpanel.aspx.cs" %>
<html>
<head><title>obout ASP.NET Splitter Examples</title></head>
<body>
<table width="100%" style="border:1px solid gray">
<tr>
<td>
<a href="javascript:splDV.CollapsePanel('left')" style="cursor:pointer">Collapse the left panel</a>
<br />
<a href="javascript:splDV.ExpandPanel('left')" style="cursor:pointer">Expand the left panel</a>
</td>
<td width="50%">
<a href="javascript:splDV.CollapsePanel('right')" style="cursor:pointer">Collapse the right panel</a>