Page 1 of 2

Collapsible Block Problem

Posted: Sat Feb 04, 2012 6:03 pm
by mcgrathken.kmg

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


Collapsible Block Problem

Posted: Sat Feb 04, 2012 7:02 pm
by maxkatz

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.


Collapsible Block Problem

Posted: Sat Feb 04, 2012 7:58 pm
by mcgrathken.kmg

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


Collapsible Block Problem

Posted: Sat Feb 04, 2012 8:09 pm
by maxkatz

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...


Collapsible Block Problem

Posted: Sat Feb 04, 2012 8:17 pm
by mcgrathken.kmg

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


Collapsible Block Problem

Posted: Sat Feb 04, 2012 10:57 pm
by maxkatz

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.


Collapsible Block Problem

Posted: Thu Dec 20, 2012 4:14 am
by DetroitTech

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


Collapsible Block Problem

Posted: Thu Dec 20, 2012 4:29 am
by maxkatz

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.


Collapsible Block Problem

Posted: Thu Dec 20, 2012 4:37 am
by DetroitTech

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?


Collapsible Block Problem

Posted: Thu Dec 20, 2012 1:06 pm
by Maryna Brodina

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