Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Using CssClass for WebSplitter
posted

I am trying to associate CSS classes to the WebSplitter CssClass properties directly instead of using the StyleSetName and StyleSetPath properties. I am using a copy of the default ig_splitter.css generated under ig_res folder as a starting point for my own css classes. I am able to display a Collapse and Expand button images by setting the SplitterButton properties as follows:

<SplitterBar

 

CollapsePreviousPaneButton-CollapseImageUrl="~/images/igspl_collapseleft.gif"

 

CollapsePreviousPaneButton-CollapseImageHoverUrl="~/images/igspl_collapselefthover.gif"

 

CollapsePreviousPaneButton-ExpandImageUrl="~/images/igspl_expandright.gif"

 

CollapsePreviousPaneButton-ExpandImageHoverUrl="~/images/igspl_expandrighthover.gif">

 

</SplitterBar>

 

 

How can I do the same using SplitterBar-CollapseButtonCssClass ?

Parents Reply Children
No Data