- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have two question.
1.in app_framework/2.1,I only can make div id = "afui"?if i don't begin with : <div id="afui" > in body, it can not be dispayed?
2.in www\app_framework\2.1\css\af.ui.min.css file, I modity the "#afui .header{}",make height =0px; then in this project, all the div the header is cant't see.it there other way to make the first div is not display and second div the header is display?
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, in App Framework the afui id is required.
However, it is normally put on the <body> tag, not on a div.
<body id="afui"> ....
The headers are set via a data-header property that is used on an individual page. To explore more of this, I recommend making a new blank project and elect the "App Designer" option. Then choose App Framework as your framework. Use the WYSIWYG tools to insert some controls. Then look at the code and you can see how the pages, headers, footers, afui id, etc. are all normally configured used.
There are also docs, and dozens of samples to examine as well.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page