Categories | Question details Back To List | ||||||||||||||
dhtmllayout selected page hi, i am using 3J layout and i have a requirement like this when user select any link from left bottom layout (c) i want to show a diff page in layout b how to redirect that request to diff. layout. really appreciate for your support. regards BJ Answer posted by Support on Dec 03, 2008 07:30 Hello, try this: <a href="javascript:void(0);" onclick="dhxLayout.cells('b').attachURL('http://....');">link in cell "c"</a> Answer posted by BJ on Dec 11, 2008 06:03 Hi,
When i use like this dhxLayout.cells( "b").attachURL(addressURL);the url is opening in New Browser window instead of open in layer B. how to show the URL in the layer B
regards BJ Answer posted by Support on Dec 11, 2008 06:19 Hello, Here is a demo. Attachments (1)
Answer posted by bj on Dec 11, 2008 06:23 You know what the example is not working.
When i select open Google in cell "b" the function is called but no action.
BJ Answer posted by Support on Dec 11, 2008 09:44 Here is a video written from demo. Attachments (1)
|