Add version files and new GIF images for UI components
This commit is contained in:
78
themes/common/combo.xml
Normal file
78
themes/common/combo.xml
Normal file
@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rows>
|
||||
<head>
|
||||
<column width="150" type="combo" align="left" filter="true" sort="str" xmlcontent="1">Filtering Mode<option value="1">one</option>
|
||||
<option value="2">two</option>
|
||||
<option value="3">three</option>
|
||||
<option value="4">four</option>
|
||||
<option value="5">five</option>
|
||||
<option value="6">six</option>
|
||||
<option value="7">seven</option>
|
||||
<option value="8">eight</option>
|
||||
<option value="9">nine</option>
|
||||
<option value="10">ten</option>
|
||||
</column>
|
||||
|
||||
<column width="150" type="combo" editable="false" source="../common/data.xml" align="left" sort="str">Selectbox Mode
|
||||
</column>
|
||||
<column width="150" type="combo" source="../13_interaction_other_components/php/complete.php" auto="true" cache="true" align="left" sort="str" >Autocoplete Mode
|
||||
</column>
|
||||
|
||||
<settings>
|
||||
<colwidth>px</colwidth>
|
||||
</settings>
|
||||
|
||||
|
||||
</head>
|
||||
<row id="1">
|
||||
<cell>1</cell>
|
||||
<cell>1</cell>
|
||||
<cell>Austria</cell>
|
||||
|
||||
</row>
|
||||
<row id="2">
|
||||
<cell>2</cell>
|
||||
<cell>2</cell>
|
||||
<cell>Bahamas</cell>
|
||||
</row>
|
||||
<row id="3">
|
||||
<cell>3</cell>
|
||||
<cell>3</cell>
|
||||
<cell >Canada</cell>
|
||||
</row>
|
||||
<row id="4">
|
||||
<cell>4</cell>
|
||||
<cell>4</cell>
|
||||
<cell>Denmark</cell>
|
||||
</row>
|
||||
<row id="5">
|
||||
<cell>5</cell>
|
||||
<cell>5</cell>
|
||||
<cell>Estonia</cell>
|
||||
</row>
|
||||
<row id="6">
|
||||
<cell>6</cell>
|
||||
<cell>6</cell>
|
||||
<cell>France</cell>
|
||||
</row>
|
||||
<row id="7">
|
||||
<cell>7</cell>
|
||||
<cell>7</cell>
|
||||
<cell>Germany</cell>
|
||||
</row>
|
||||
<row id="8">
|
||||
<cell>8</cell>
|
||||
<cell>8</cell>
|
||||
<cell>Japan</cell>
|
||||
</row>
|
||||
<row id="9">
|
||||
<cell>9</cell>
|
||||
<cell>9</cell>
|
||||
<cell>Russia</cell>
|
||||
</row>
|
||||
<row id="10">
|
||||
<cell>10</cell>
|
||||
<cell>10</cell>
|
||||
<cell>Spain</cell>
|
||||
</row>
|
||||
</rows>
|
||||
Reference in New Issue
Block a user