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

<ibloc xmlns="http://www.irise.com/schema/ibloc" type="widget" namespace="irise" name="iOSSearchBox" version="1.1" productVersion="8.7">
  <displayName>iOS Search Box</displayName>
  <description>iOS Search box.</description>
  <canvasImage scale="stretch">resources/images/Search_canvas.png</canvasImage>
  <iconImage>resources/images/search_icon.png</iconImage>
  <defaultWidth>240</defaultWidth>
  <defaultHeight>30</defaultHeight>
  <containsDrag>false</containsDrag>
  <intrinsicProperty>iOSSBoxValue</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/koEAAQ?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=iOS+Search+Box+ibloc&amp;style=topics?utm_campaign=ibloc&amp;utm_source=studio&amp;utm_medium=about_link</supportUrl>
    <releaseDate>2012-01-23</releaseDate>
  </metadata>
  <properties>
    <property name="iOSSBoxTipText" editable="true" required="false">
      <displayName>Tip Text</displayName>
      <description>Enter the search tip text you wish to display.</description>
      <defaultValue>
        <string>Search</string>
      </defaultValue>
      <validators></validators>
    </property>
    <property name="iOSSBoxIcon" editable="true" required="false">
      <displayName>Show Search Icon</displayName>
      <description>Check to show the search icon in the search box.</description>
      <editor name="checkBox" multiValue="false" minEditorCount="1" maxEditorCount="1"></editor>
      <defaultValue>
        <boolean>true</boolean>
      </defaultValue>
      <validators></validators>
    </property>
    <property name="iOSSBoxTarget" editable="true" required="false">
      <displayName>Target Widget</displayName>
      <description>Select widget to receive search input text.</description>
      <editor name="widgetChooser" multiValue="true" minEditorCount="1" maxEditorCount="0"></editor>
      <validators></validators>
    </property>
    <property name="iOSSBoxValue" editable="true" required="false">
      <displayName>Value</displayName>
      <description>Search text you entered.</description>
      <defaultValue>
        <string>Search</string>
      </defaultValue>
      <validators></validators>
    </property>
  </properties>
  <events>
    <event name="OnSelect">
      <displayName>On Select</displayName>
      <description>Focus the input field and remove Tip text.</description>
    </event>
    <event name="onBlur">
      <displayName>On Blur</displayName>
      <description>Send input value to target widget.</description>
    </event>
  </events>
  <layouts>
    <layout name="Common">
      <propertyNames>
        <propertyName>name</propertyName>
        <propertyName>left</propertyName>
        <propertyName>top</propertyName>
        <propertyName>width</propertyName>
        <propertyName>height</propertyName>
        <propertyName>iOSSBoxTipText</propertyName>
        <propertyName>iOSSBoxIcon</propertyName>
        <propertyName>iOSSBoxTarget</propertyName>
        <propertyName>hide in browser</propertyName>
      </propertyNames>
    </layout>
  </layouts>
  <preload>
    <scripts>
      <script src="/iblocs/irise/iOSSearchBox/1.1/javascript/iOSSearchBoxJS.js"></script>
    </scripts>
    <stylesheets>
      <stylesheet src="/iblocs/irise/iOSSearchBox/1.1/resources/styles/iOSSearchBoxCSS.css"></stylesheet>
    </stylesheets>
  </preload>
</ibloc>