I have some input buttons in my heading that has Expand/Collapse. And I’ve noticed some odd behavior.
When any of the buttons are clicked it triggers the Expand/Collapse before doing its onclick function.
Here is the save button in code:
<div class='tooltip buttonRight'><span class= 'tooltiptext '>Click to save and close the form. </span><input type='button' value='Save' id='SaveBtn1' onclick='spjs.dffs.triggerSave();return false;'></input></div>
Is there is anything I can do? It just looks odd.
While on this subject, It would also be interesting if in addition to remembering what tab the user was on if it could remember what headers were the
opposite of the the default as set by the user. or if you could set the default and then choose if it could remember the users settings or choose to ignore the users settings.