loads tabs config via xml string
new usage
myTabbar.loadStruct(xmlString, function(){});
xmlString | string | xml string |
doOnLoad | function | (optional) calls a user-defined handler after xml is loaded and tabs are rendered |
deprecated from version 4.0
Back to top