Showing posts with label CollapsiblePanel. Show all posts
Showing posts with label CollapsiblePanel. 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";