11/08/2009, 11:43 PM
|
#1 (permalink) |
|
Member
![]() Join Date: Oct 2009
Posts: 74
Likes Received: 0
Thanks: 10
Thanked 30 Times in 20 Posts
|
I want to have more control over formatting text-field widgets. The Palm developer framework says you can do this through CSS, but I don't know the CSS properties that I need to set. What I would specifically like to do is stop "palm-row-wrapper textfield-group" elements from indenting and taking on a white background when selected. An example of what I'm trying to prevent can be seen below. An example of what I would like my text-field to look like can be seen in the Currency Converter application.
![]() This is the HTML I'm using: Code:
<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" id="label1">label1</div> <div x-mojo-element="TextField" id="MyInput" name="MyInput1"></div> </div> </div> </div> </div> </div> |
![]() |
|
| Tags |
| css, pre, textbox, webos, wrapper |
| Thread Tools | |
| Display Modes | |
|
|



