
 
        
       
       
<?xml version="1.0" encoding="utf-8"?>
<SimpleControl name="Image" descriptors="xworker.http.controls.SimpleControl" label="TestImg">
    <view title="测试图片">
        <otherHeads><![CDATA[<meta http-equiv="content-type" content="text/html; charset=utf-8">
<LINK REL ="stylesheet" TYPE="text/css" HREF="fckeditor/2_6beta1/editor/css/fck_editorarea.css" TITLE="Style"/>
<script type="text/javascript" src="js/xworker/InnerBrowserUtil.js"></script>]]></otherHeads>
        <JQuery descriptors="xworker.html.jquery.JQuery" version="jquery-1.4.2.min.js"></JQuery>
        <Bootstrap>
            <htmlCode htmlCode="<h3>Image Default</h3>"></htmlCode>
            <img name="imgDefault" _xmeta_id_="img" src="http://www.xworker.org/images/2015/0706/135728note.png" responsive="true" width="200" height="200"></img>
            <htmlCode name="imageCircle" htmlCode="<h3>Image Circle</h3>"></htmlCode>
            <img name="imgCirlce" _xmeta_id_="img2" src="http://www.xworker.org/images/2015/0706/135728note.png" responsive="true" shape="circle"></img>
            <htmlCode name="round" _xmeta_id_="rount" htmlCode="<h3>Image Round</h3>"></htmlCode>
            <img name="imgRounded" _xmeta_id_="img1" src="http://www.xworker.org/images/2015/0706/135728note.png" responsive="true" shape="rounded"></img>
            <htmlCode name="imageThumbnail" htmlCode="<h3>Image Thumbnail</h3>"></htmlCode>
            <img name="imgThumbnail" _xmeta_id_="img3" src="http://www.xworker.org/images/2015/0706/135728note.png" responsive="true" shape="thumbnail"></img>
        </Bootstrap>
    </view>
    <result name="success" value="xworker.example.web.bootstrap.css.Image/@view"></result>
</SimpleControl>