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

get the clientid of dockzone

1 Answer 46 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Ram
Top achievements
Rank 1
Ram asked on 19 Sep 2011, 01:33 PM
Hi
At client side in javascript how to get the dockzone's clientid.
while debugging I'm able to see the ClientID of dockzone and I tried to get it but I was not able to get it.
Under the dock method of dockZone() you can find the _clientID .
how to get it in javascript.
I tried like below.
var id=dock.get_dockZone().get_ClientID();
var id=dock.dockZone_ClientID();
...............

But I was not able to get that.
please can any one help me out asap.
Please find my attatchment.

1 Answer, 1 is accepted

Sort by
0
Ram
Top achievements
Rank 1
answered on 19 Sep 2011, 02:00 PM
Hi
I got it by doing as below.

var id=dock._dockZone.get_clientID();
Thanks.

Tags
Dock
Asked by
Ram
Top achievements
Rank 1
Answers by
Ram
Top achievements
Rank 1
Share this question
or