Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Basic search view

Code Block
xmlxml
linenumberstrue
xml
<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

xml
Code Block
xml
linenumbersfalse
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>