This is the basic search input form.
ID
com.cohga.html.client.main.searchView
Sub-tags
name |
type |
cardinality |
default |
description |
---|---|---|---|---|
label |
String |
0..1 |
Search |
Label to display in tab |
location |
String |
1..1 |
|
Which region to add the view to |
searchComboWidth |
Integer |
0..1 |
250 |
The width of the search combo |
searchComboListWidth |
Integer |
0..1 |
250 |
The width of the search combo popup list |
Example
Basic search view
<view id='com.cohga.html.client.main.searchView'> <label>Find</label> <location>east</location> </view>