...
Basic search view
Code Block |
---|
|
<view id='com.cohga.html.client.main.searchView'>
<label>Find</label>
<location>east</location>
</view>
|
...
The following resources item can be used to replace the text for all of the items
Code Block |
xml |
---|
|
<client:resources>
<search>
<error>
<validation>The search has fields that are required to be entered. Please fix the errors marked in red.</validation>
</error>
<reset>
<tooltip>Reset the Form</tooltip>
</reset>
</search>
<new>New</new>
<add>Add</add>
<remove>Remove</remove>
<refine>Refine</refine>
</client:resources>
|