This is a migrated thread and some comments may be shown as answers.

How do I manipulate RadDockZones?

1 Answer 63 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Fergus Bown
Top achievements
Rank 1
Fergus Bown asked on 10 Feb 2009, 02:14 PM
I want our users to be able to configure how many RadDockZones they have (1 to 4).

I have successfully written client script to move Docks within DockZones, but I cannot find how to do the following (will need to mesh with my client script):

1. Change the visibility of a RadDockZone (show/hide).

2 Change the visibilty of a RadDockZone that was initially not visible - It seems if I set the visible=false in the markup the RadDockZone isn't created, that is $find( ... ClientID...) returns null.

3.Change the width of a RadDockZone to a percentage


Thanks

1 Answer, 1 is accepted

Sort by
0
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 11 Feb 2009, 09:42 AM
As far as I know:  "The RadDock control is created to be used for fixed layout, e.g. you should set all dimensions in px".

if you want to hide/show a RadDockZone, you should try to set "display" to "none" via JavaScript code.
Tags
Dock
Asked by
Fergus Bown
Top achievements
Rank 1
Answers by
Obi-Wan Kenobi
Top achievements
Rank 1
Share this question
or