mcgrathken.kmg
Posts: 0
Joined: Sat Feb 04, 2012 6:03 pm

Collapsible Block Problem

Does anybobdy know how do produce a collapsible block.
Its just a simple shopping list app.I can share if you wish.
No matter which way i do it, it still wont work for me.
Let's say, i want collapsible block named Products and when i click the block a dropdown list of products should be provided.
I know it sounds simple but i just cant get mine to work. Thank you

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

Collapsible Block Problem

I mentioned in my email, there is no option yet to map a list of values from a service to a drop-down list. You can use a grid, list (not a drop down), or a collapsible block. We are working on drop-down supporr.

mcgrathken.kmg
Posts: 0
Joined: Sat Feb 04, 2012 6:03 pm

Collapsible Block Problem

Hi Max
Is it possible to have a clickable drop down list from a collapsible block?
Thanks

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

Collapsible Block Problem

Yes, you can create a clickable list. It's shown in this tutorial: http://help.gotiggr.com/getting-start...

Also, just to add to my original answer. Even thought it's not possible to create the list in service mapping yet, you can still create the list in JavaScript. Lastly, the drop-down list does work fine as input to service (you select a value from a list).

Hope this helps...

mcgrathken.kmg
Posts: 0
Joined: Sat Feb 04, 2012 6:03 pm

Collapsible Block Problem

yes i read the tutorial Max but this is for a list and not a collapsible box which is what i need, Thanks

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

Collapsible Block Problem

You can use the same concept with the collapsible block. You would need to put the id inside the block header. Then add a click event to it. Every collapsible block will be another item in the list.

DetroitTech
Posts: 0
Joined: Wed Dec 05, 2012 8:20 pm

Collapsible Block Problem

Maybe Tiggzi is not as WYSIWYG'ish as I'd hoped. I mean All I'm trying to do is create a collapsible box with static text show when collapsed... The text doesn't even need to be dynamic. This is going to be for an app when used will be where there is bad cell phone reception. Sure I could make a pdf... But I'm looking to do an app.

Tiggzi is still great just not sure if I'm getting a handle on it. I'm trying to create a click event on the collapse header but what is the action going to be? and where do I put in the text I want shown when collapsed? There seems to be a collapseblockcontent box. That's where I'd like the text to show up. Can't just edit it's properties apparently...

thx

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

Collapsible Block Problem

Drag and drop the Collapsible block component. Click the header, then change any anything you need in Properties.

To show anything inside the block, add a Label component inside, for example.

DetroitTech
Posts: 0
Joined: Wed Dec 05, 2012 8:20 pm

Collapsible Block Problem

Thanks! That worked. I need to experiment with dragging and dropping stuff on top of each other more. Is there any way to add more text formatting in a label? Like line feeds and double spacing or even some html?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Collapsible Block Problem

Hello! You can use CSS to format text in a Lable

Return to “Issues”