<?xml version="1.0" encoding="UTF-8"?>
<ibloc xmlns="http://www.irise.com/schema/ibloc" type="widget" namespace="irise" name="HTMLSnippet" version="1.2" productVersion="8.7">
  <displayName>HTML Snippet</displayName>
  <description>Insert HTML code into the simulation.</description>
  <canvasImage scale="stretch">resources/images/HTMLSnippetCanvas.png</canvasImage>
  <iconImage>resources/images/htmlSnippet_Thumbnail.png</iconImage>
  <defaultWidth>100</defaultWidth>
  <defaultHeight>30</defaultHeight>
  <intrinsicProperty>snippet</intrinsicProperty>
  <metadata>
  	<createdBy>GMG and iRise</createdBy>
	<contributors>Ariel Browarnik</contributors>
	<supportedBrowsers>IE v7, IE v8, Firefox v3.5, Safari v4, Chrome v8</supportedBrowsers>
	<connectionRequired>false</connectionRequired>
	<helpUrl>https://idn.irise.com/x/aYLR?utm_campaign=ibloc&amp;utm_source=studio&amp;utm_medium=about_link</helpUrl>
	<supportNumber>(866) 361-3900</supportNumber>
	<supportUrl>http://community.irise.com</supportUrl>
	<releaseDate>2011-06-04</releaseDate>
  </metadata>
  <properties>
  	<property name="snippet">
		<displayName>HTML Snippet</displayName>
		<description>Write or paste your HTML here.</description>
		<editor name="textArea"/>
    </property>
	<property name="autosize">
		<displayName>Autosize</displayName>
		<description>Check to auto-size the widget based on its content, ignoring the height and width provided in the Studio.</description>
		<editor name="checkBox"/>
		<defaultValue>
			<boolean>false</boolean>
		</defaultValue>
    </property>
  </properties>
  <preload>
    <scripts>
      <script src="/iblocs/irise/HTMLSnippet/1.2/javascript/HTMLSnippet.js"></script>
    </scripts>
	<stylesheets>
	  <stylesheet src="/iblocs/irise/HTMLSnippet/1.2/resources/css/HTMLSnippet.css"/>		
	</stylesheets>
  </preload>
</ibloc>
