langenasmoro.erwandy
Posts: 0
Joined: Wed Aug 24, 2011 12:15 pm

Select an item from select component will make other components 'visible'or 'invisible'.

Hi,

First, great program you have here.

Second, I'm in testing mode right now to see if this kind of software
suits my needs to develop an app.

Third my question is: how do I have to implement the behaviour of the visibility
of components as I'm gonna work with this feature alot.

Example: select comp.1, select comp.2 select comp.3 and input comp.

If I select an item from select comp.1, select comp3 and input comp.will be
invisible and select comp.2 visible.

Do I have to put some code myself or just doing something on the 'events' tab.

Thanks for now.

Langen

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Select an item from select component will make other components 'visible'or 'invisible'.

Yes, you would have to define events and invoke JavaScript to hide/show the components.

http://help.gotiggr.com/documentation...

Are all components visible on initial page load?

Any value selected in select comp1 will hide select comp3 and input component?

langenasmoro.erwandy
Posts: 0
Joined: Wed Aug 24, 2011 12:15 pm

Select an item from select component will make other components 'visible'or 'invisible'.

Hi Max,

Thanks for your reply.

I will look into it.

No, it actually start with one or two relevant select comp./spinner.

Yes, depending on the item/value you select, it will show other related components
or spinners/select comp. and so on.

Can I use any JavaScript language or for an example from Eclipse lang.

grtz.
Langen

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Select an item from select component will make other components 'visible'or 'invisible'.

Yes, you would use JavaScript to do that. You can create a JavaScript asset, include all code and functions there and then invoke the functions via events/actions (Invoke Custom JavaScript): http://help.gotiggr.com/documentation...

Return to “Issues”