Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hallo,
I'm trying to change and hide tabs clicking on buttons; each button sets (to 1) the variable that manage the visibility of the page I'm going to open and activate the page. The page that has been opened set the same variable to zero (on the onleavesheet event trigger). All this works perfectly with the plugin but id doesn't with Ajax (full browser).
My assessments are:
1) Setting variable works correctly with plugin and ajax
2) Activate sheet works correctly with plugin and ajax
3) triggers onactivate and onleave sheet don't work when I open a page by the event "Activate page".
Can someone tell me if this is a Bug?
Hi,
Can you hide the main page when you move to sheet 1 or 2?
Instead of v1 and v2 as flags to each sheet, you can use a single variable ( var ) and set it to 0,1, 2 and so on.
If you hide all tabs but one, you won't need the activate page action.
Actually, you wouldn't even need the tabrow (you can deativate it in settings-> document properties -> general tab)
Hope it helps,
Erich
I really thank you,
this is a trick to let it work but "events" aren't still triggered when I access a page with "Activate Sheet" ... I think that this behaviour is not correct, isn't it?
Hallo
Alexandros17