Page 1 of 1

Delete Caption

Posted: Thu Feb 14, 2013 3:33 pm
by Cedric

Hello,

Where can i delete the "Caption" on my pages
I saw that there are many times, but i don't remenber.

Thank you


Delete Caption

Posted: Thu Feb 14, 2013 3:38 pm
by Kateryna Grynko

Hi,
If you mean page header you can untick "Show Header" on Screen properties: Image


Delete Caption

Posted: Thu Feb 14, 2013 3:39 pm
by maxkatz

Select the page (you can use breadcrumbs), turn it off in Properties, http://docs.tiggzi.com/documentation/...


Delete Caption

Posted: Thu Feb 14, 2013 3:51 pm
by Cedric

I have to be idiot, but serious i dont have " show header" in my menu Custom...


Delete Caption

Posted: Thu Feb 14, 2013 3:53 pm
by maxkatz

Make sure you select the page name (root) in bread crumbs.


Delete Caption

Posted: Thu Feb 14, 2013 3:57 pm
by Cedric

Allrigh it' okay on the page "startScreen", but i would like to delete this on my others pages :D


Delete Caption

Posted: Thu Feb 14, 2013 3:58 pm
by maxkatz

You should do the same thing on other pages.


Delete Caption

Posted: Thu Feb 14, 2013 4:02 pm
by Cedric

Allright It's Okay!
Another question, how i can purpose my app on windows 8?
Have a tuto?

Thank you,


Delete Caption

Posted: Thu Feb 14, 2013 5:02 pm
by Cedric

Hello again me :D

I have problem of display
Image

I have problem this a height.
I dont want scroll.

How to update that?

thank,


Delete Caption

Posted: Thu Feb 14, 2013 5:18 pm
by Kateryna Grynko

Hello again,

There will be no scroll on device.
To hide scroll on browser you can create CSS asset with following code:codebody.ui-mobile-viewport {
overflow-y: hidden;
}/code