Showing posts with label Expand / Collapse of Collapsible Panel from javascript. Show all posts
Showing posts with label Expand / Collapse of Collapsible Panel from javascript. Show all posts

Thursday, September 13, 2007

CollapsiblePanel expand / collapse

From javascript

$find(BehaviorID).expandPanel();
$find(BehaviorID).collapsePanel();

in Code Behind


cpeLeft.Collapsed = false;
cpeSide.Collapsed = true;
cpeLeft.ClientState = "false";
cpeSide.ClientState = "true";