Hi there,
I am newbie, so please bear with my enthusiam. Interested to know how to do build iconview-dashboard menus from a listview with icons (as in code below)
say a listview code into icon dashboard menus by setting some options of jqm-rc2 or should i develop a icon-html-page and allow user to switch ( when user clicks to switch-iconview from curr-listview page ?)
also, pls. clarify can the same icon size be used for dashboard? for listview icon i suppose 16(w)x16(h) is used.
- <div class="content-primary">
- <ul data-role="listview" data-inset="true" data-theme="e" data-dividertheme="b">
- <li><a href="docs/gbpt.html"><img src="img/icona-wbyh.png" alt="Products" class="ui-li-icon">Products</a></li>
- <li><a href="docs/gbpc.html"><img src="img/iconb-wbyh.png" alt="Services" class="ui-li-icon">Services</a></li>
- <li><a href="docs/gmem.html"><img src="img/iconc-wbyh.png" alt="Catalog" class="ui-li-icon">Catalog</a></li>
- </ul>
- </div><!--/content-primary -->
Thanks N Regards