Hello,
I apologize if this is a stupid question. My page makes tabs dynamically
$('#jqxTabs'+number).jqxTabs('addAt', length, caseToEdit, 'Sample content number: ');
$('#jqxTabs'+number).jqxTabs('showCloseButtonAt', length);
This is called at right click menu event.
On new tab i need to have a standard form, few fields, things like that. However, number of tabs is not limited. Fields are not visable until tab is activated ( and by default it is not visable).
Maybe i haven’t had enough coffee this morning, but I can’t wrap my head around it. Hint would be nice. Thanks.