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/vb_loadingpages_loadPage.as...

16 lines
416 B

imports System
imports Microsoft.VisualBasic
public class loadingpages_loadPage
inherits System.Web.UI.Page
protected treeView as System.Web.UI.WebControls.Literal
protected splDV as OboutInc.Splitter2.Splitter
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)
' build splitter
splDV.CookieDays = 0
splDV.StyleFolder="styles/default"
splDV.LeftPanel.WidthMin = 100