www.webOShelp.net

Get the latest on:webOS Developers' RSS FeedwebOS Facebook page webOS Twitter Feed

multi-line

modifier class; can be applied to palm-page-header (and possibly other elements) to accommodate multi-line content.

Example usage:

<div class="palm-page-header multi-line">
   <div id="test" class="palm-page-header-wrapper">
      <div id="storyViewTitle" class="title left">#{title}</div>
   </div>
</div>