<?xml version="1.0" encoding="UTF-8"?>

<ibloc xmlns="http://www.irise.com/schema/ibloc" type="widget" namespace="irise" name="iPhoneValuePickerVertical" version="2.2" productVersion="8.7">
  <displayName>iPhone Value Picker - Vertical</displayName>
  <description>Javascript-based widget supporting selection from an iPhone-style portrait list, similar to the iOS UI Picker View class.</description>
  <canvasImage scale="stretch">resources/images/Value_Picker_Canvas_Icon_Vertical_v3.png</canvasImage>
  <iconImage>resources/images/Value_Picker_Icon_Vertical_v2.png</iconImage>
  <defaultWidth>320</defaultWidth>
  <defaultHeight>216</defaultHeight>
  <containsDrag>true</containsDrag>
  <intrinsicProperty>vpSelectedOption</intrinsicProperty>
  <metadata>
    <createdBy>iRise</createdBy>
    <supportedBrowsers>IE v8,Firefox v3.5,Safari v4,Chrome v8,Opera v10.6</supportedBrowsers>
    <connectionRequired>false</connectionRequired>
    <helpUrl>https://idn.irise.com/x/ygDg?utm_campaign=ibloc&amp;utm_source=studio&amp;utm_medium=about_link</helpUrl>
    <supportNumber>1-866-361-3900</supportNumber>
    <supportUrl>http://community.irise.com/irise/searches?query=value+picker+ibloc&amp;style=topics?utm_campaign=ibloc&amp;utm_source=studio&amp;utm_medium=about_link</supportUrl>
    <releaseDate>2011-09-07</releaseDate>
  </metadata>
  <properties>
    <property name="vpOptions" editable="true" required="false">
      <displayName>Options</displayName>
      <description>The options presented by the picker.</description>
      <editor name="textInput" multiValue="true" minEditorCount="0" maxEditorCount="0"></editor>
      <defaultValue>
        <string>Lorem ipsum</string>
        <string>Etiam</string>
        <string>Sed vitae</string>
        <string>Quisque</string>
        <string>Nam porta</string>
        <string>Morbi ornare</string>
      </defaultValue>
      <validators></validators>
    </property>
    <property name="vpSelectedOption" editable="true" required="false">
      <displayName>Selected Option</displayName>
      <description>The default or currently selected option.</description>
      <defaultValue>
        <string>Sed vitae</string>
      </defaultValue>
      <validators></validators>
    </property>
    <property name="vpTargtWidget" editable="true" required="false">
      <displayName>Target widget</displayName>
      <description>The text widget to be set to selected option (on change).</description>
      <editor name="widgetChooser" multiValue="false" minEditorCount="1" maxEditorCount="0"></editor>
      <validators></validators>
    </property>
    <property name="vpSelectionIndicator" editable="true" required="false">
      <displayName>Selection indicator</displayName>
      <description>Indicate the currently selected option with a check mark or item highlight?</description>
      <editor name="dropDown" multiValue="false" minEditorCount="1" maxEditorCount="1">
        <property name="constraints">
          <values>
            <string>Check mark</string>
            <string>Highlight</string>
          </values>
        </property>
      </editor>
      <defaultValue>
        <string>Highlight</string>
      </defaultValue>
      <validators></validators>
    </property>
    <property name="vpFontFamily" editable="true" required="false">
      <displayName>Font Family</displayName>
      <description>The font family for the option text.</description>
      <editor name="dropDown" multiValue="false" minEditorCount="1" maxEditorCount="1">
        <property name="constraints">
          <values>
            <string>Arial</string>
            <string>Arial Black</string>
            <string>Arial Narrow</string>
            <string>Arial Unicode MS</string>
            <string>Book Antiqua</string>
            <string>Bookman Old Style</string>
            <string>Century</string>
            <string>Century Gothic</string>
            <string>Comic Sans MS</string>
            <string>Courier</string>
            <string>Courier New</string>
            <string>Franklin Gothic Medium</string>
            <string>Garamond</string>
            <string>Georgia</string>
            <string>Haettenschweiler</string>
            <string>Impact</string>
            <string>Lucida Console</string>
            <string>Lucida Sans Unicode</string>
            <string>Microsoft Sans Serif</string>
            <string>Monotype Corsiva</string>
            <string>Palatino Linotype</string>
            <string>Sylfaen</string>
            <string>Tahoma</string>
            <string>Times New Roman</string>
            <string>Trebuchet MS</string>
            <string>Verdana</string>
          </values>
        </property>
      </editor>
      <defaultValue>
        <string>Arial</string>
      </defaultValue>
      <validators></validators>
    </property>
    <property name="vpFontSize" editable="true" required="false">
      <displayName>Font Size</displayName>
      <description>The font size for the option text.</description>
      <editor name="integerSpinner" multiValue="false" minEditorCount="1" maxEditorCount="0">
        <property name="incrementIndex">
          <values>
            <integer>1</integer>
          </values>
        </property>
        <property name="min">
          <values>
            <integer>19</integer>
          </values>
        </property>
        <property name="max">
          <values>
            <integer>29</integer>
          </values>
        </property>
      </editor>
      <defaultValue>
        <string>24</string>
      </defaultValue>
      <validators></validators>
    </property>
    <property name="vpFontColor" editable="true" required="false">
      <displayName>Font Color</displayName>
      <description>The font color for the option text.</description>
      <editor name="colorChooser" multiValue="false" minEditorCount="1" maxEditorCount="1"></editor>
      <defaultValue>
        <string>#000000</string>
      </defaultValue>
      <validators></validators>
    </property>
    <property name="vpFontWeight" editable="true" required="false">
      <displayName>Bold</displayName>
      <description>The font weight for the option text.</description>
      <editor name="checkBox" multiValue="false" minEditorCount="1" maxEditorCount="1"></editor>
      <defaultValue>
        <boolean>true</boolean>
      </defaultValue>
      <validators></validators>
    </property>
  </properties>
  <events>
    <event name="onSelectionChange">
      <displayName>On Selection Change</displayName>
      <description>Fires when the selection changes</description>
    </event>
    <event name="onBlur">
      <displayName>On Blur</displayName>
      <description>Fires when the widget loss its focus</description>
    </event>
  </events>
  <preload>
    <scripts>
      <script src="/iblocs/irise/iPhoneValuePickerVertical/2.2/javascript/iPhoneValuePickerVerticalJSVersion.js"></script>
    </scripts>
    <stylesheets>
      <stylesheet src="/iblocs/irise/iPhoneValuePickerVertical/2.2/resources/styles/iPhoneValuePickerVerticalJSVersion.css"></stylesheet>
    </stylesheets>
  </preload>
</ibloc>