Unable to Create a TabBar

Hi,

I am trying to use the tabBar with an xml.
I get an js Error in dhtmlxtabbar.js at line 0 Code 0

Please let me know if i am missing any of the settings

PFB the HTML file i am using.

Hi
Be sure that you have run any local server

I am a bit confused here.

Cant i use Tabbar similar to a dhmtlxGrid in just a stand alone html page?

Yes, you can. About server i mean the next: if you want to use XML structure - use it with local server to load the data, in this case your tabbar will be drawn.

Hi Darya,

Does it mean that we can use the xml based tabBar only while we use a server?

Cant we integrate a xml and plain html to display a tabBar?

The code you sent me works fine locally.
There are 3 ways of loading tabbar:

  1. via script:
    dhtmlx.com/docs/products/dht … cript.html
  2. from html murkup:
    dhtmlx.com/docs/products/dht … _html.html
  3. via XML:
    dhtmlx.com/docs/products/dht … m_xml.html
    The last one needs to be used with local server