Hello JQX-Team,
i have a problem with jqxDocking an the importLayout function. If I have no working Layout to import i became an alert(‚Invalid JSON‘).
I have no error for handle in a ‚try{}catch(e){}‘
Example:
try{
//importLayout
}catch(e){
//do something
}
I have no problem to check if a Layout for loading is present. But If i change dynamic the docking layout
from
<div id=‘jqxDocking‘>
<div></div>
<div></div>
<div></div>
</div>
to
<div id=‘jqxDocking‘>
<div></div>
<div></div>
</div>
then i have no working Layout to import. You have any Idea for manage this?
My firstTime-Solution for the moment is to comment out your try-catch-code in jqxDocking.js.
And is it possible jqx make no response over alert()?
LLAP + nice Day
Christian