Categories | Question details Back To List | ||
DHTMLX Tabbar : How to display Grid in a jsp when I am calling that jsp from tabbar. Hi, I want to display a grid which is present in a jsp and that jsp page is linked to a particular tab. I am using XML to create Tabbar component. How to do this ? Answer posted by Support on Jul 07, 2008 08:20 You can use "ajax-html" or "iframe" based modes, in which content of tab will be fetched from server side by AJAX , or in standard iframe-way. Sample of iframe based loading http://dhtmlx.com/docs/products/dhtmlxTabbar/samples/loading_creating_tabs_content/tab_iframes.html?un=1215445111000 <?xml version="1.0"?> <tabbar hrefmode="iframes"> <row> <tab id="b1" width='100px' href="http://ya.ru">Yandex</tab> |