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

<ibloc xmlns="http://www.irise.com/schema/ibloc" type="widget" namespace="irise" name="iOSBackNextButton" version="1.0" productVersion="8.7">
  <displayName>	iOS Back/Next button </displayName>
  <description>	iOS Navigation button generator.</description>
  <canvasImage scale="stretch">resources/images/Back_canvas.png</canvasImage>
  <iconImage>resources/images/Back_icon.png</iconImage>
  <defaultWidth>51</defaultWidth>
  <defaultHeight>31</defaultHeight>
  <containsDrag>false</containsDrag>
  <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/AoC?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+Navigation+Button+Generator+ibloc&amp;style=topics?utm_campaign=ibloc&amp;utm_source=studio&amp;utm_medium=about_link</supportUrl>
    <releaseDate>2012-01-05</releaseDate>
  </metadata>
  <properties>
    <property name="iOSNavBtnLabel" editable="true" required="false">
      <displayName>Label</displayName>
      <description>Enter the text label for the button.</description>
      <editor name="textInput" multiValue="false" minEditorCount="0" maxEditorCount="0"></editor>
      <defaultValue>
        <string>Back</string>
      </defaultValue>
      <validators></validators>
    </property>
    <property name="iOSNavBtnType" editable="true" required="false">
      <displayName>Type</displayName>
      <description>Select the direction of the button or just creates a simple button.</description>
      <editor name="dropDown" multiValue="false" minEditorCount="0" maxEditorCount="1">
        <property name="constraints">
          <values>
            <string>Back</string>
            <string>Next</string>
            <string>Gradient Button</string>
            <string>Button</string>
          </values>
        </property>
      </editor>
      <defaultValue>
        <string>Back</string>
      </defaultValue>
      <validators></validators>
    </property>
    <property name="iOSNavBtnColor" editable="true" required="false">
      <displayName>Color</displayName>
      <description>Select the color of the button.</description>
      <editor name="colorChooser" multiValue="false" minEditorCount="1" maxEditorCount="1"></editor>
      <defaultValue>
        <string>#000000</string>
      </defaultValue>
      <validators></validators>
    </property>
  </properties>
  <events>
    <event name="OnClick">
      <displayName>On Click</displayName>
      <description>allow a link or action event</description>
    </event>
  </events>
  <preload>
    <scripts>
      <script src="/iblocs/irise/iOSBackNextButton/1.0/javascript/curvycorners.src.js"></script>
      <script src="/iblocs/irise/iOSBackNextButton/1.0/javascript/iOSBackNextButton.js"></script>
    </scripts>
    <stylesheets>
      <stylesheet src="/iblocs/irise/iOSBackNextButton/1.0/resources/styles/iOSBackNextButton.css"></stylesheet>
    </stylesheets>
  </preload>
</ibloc>