-
21 Oct 2011 3:12 AM #1
Unanswered: Border layout how can i set php page link
Unanswered: Border layout how can i set php page link
Hi all,
I want to create one border layout which is shown example in layout manager / border layout
in this layout if i want to set PHP page link in center then how can i set it.
Thankyou,
-
21 Oct 2011 3:17 AM #2
-
21 Oct 2011 3:23 AM #3
about to display link
about to display link
Thanks,
actually i want to build one website layout. means in north i set some button like home , contact , act.
and i want when i click on button this button link have php page and i wnt to display this page in center portion in border layout.
thanks again..
-
21 Oct 2011 3:29 AM #4
i set link through
i set link through
actually i set link through html
which is given ther but how can i set my grid in this center .Code:{ region:'center', xtype: "panel", html: new Ext.XTemplate("<a href='http://localhost/contact/viewcontact.php'>{value}").apply({ value: '2. HTML property of a panel generated by an XTemplate' }) }
sorry for some misunderstanding about question ..
-
21 Oct 2011 3:38 AM #5
I shall advise you to create a viewport with north and center regions. Give an id to center region and then dynamically add/remove components from this center region. Something similar to this - http://tdg-i.com/58/containers-add-and-remove


Reply With Quote