www.webOShelp.net

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

Home Resources CSS Style Reference palm-dialog-title

palm-dialog-title

Standard dialog header style.

Example usage:

<div>
   <span id="add-feed-title" class="palm-dialog-title">Add News Feed Source</span>

   <div class="palm-group unlabeled">
      <div class="palm-list">

         <div class='palm-row first'>
            <div class="palm-row-wrapper textfield-group" x-mojo-focus-highlight="true">
               <div class="title">
                 <div class="label">URL</div>
                 <div id="newFeedURL" x-mojo-element="TextField" align="left"></div>
               </div>
            </div>
         </div>

         <div class='palm-row last'>
            <div class="palm-row-wrapper textfield-group" x-mojo-focus-highlight="true">
               <div class="title">
                  <div class="label">Title</div>
                  <div id="newFeedName" x-mojo-element="TextField" align="left"></div>
               </div>
            </div>
         </div>
     </div>
  </div>

  <div x-mojo-element="Button" id="okButton"></div>
</div>

 mojo dialog css styles