
<?xml version="1.0" encoding="utf-8"?>
<SimpleControl name="TextZXingMain" descriptors="xworker.http.controls.SimpleControl">
<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>
<htmlCode>
<htmlCode><![CDATA[<h3>二维码生成</h3>
<form action="do" name="fom">
<p><input name="sc" type="hidden" value="xworker.example.util.barcode.TextZXingMain" />内容:
<input name="message" size="1" style="width: 357px; height: 21px;" type="text" /></p>
<p><input name="submit" type="submit" value="提交" /></p>
</form>
<p><img alt="" src="do?sc=xworker.example.util.barcode.TestZXing&message=${requestBean.message?if_exists}" /></p>]]></htmlCode>
</htmlCode>
</view>
<result name="success" value="xworker.example.util.barcode.TextZXingMain/@view"></result>
</SimpleControl>