Four Js Development Tools Forum

Discussions by product => Genero BDL => Topic started by: Danny D. on August 19, 2014, 08:47:39 am



Title: Name of current activated folder
Post by: Danny D. on August 19, 2014, 08:47:39 am
Hi,

how can I get the name of the current activated foldertab where I clicked on?

Thanks for any tips.
Danny


Title: Re: Name of current activated folder
Post by: Stefan S. on August 19, 2014, 12:34:49 pm
Hallo Danny,

you can give an action in the per-file.
This action is triggered when you choose this Folder.
 
....
   folder
        page p1 (text = "Auftragspositionen", action = seite1)
         vbox
          table (doubleclick = weiter, unsortablecolumns)
....         
      page p2 (text = "Auftragspositionen", action = seite2)
         vbox
          table (doubleclick = weiter, unsortablecolumns)