form:check-boxサンプル1
form:check-boxサンプル1(『<biz-Stream_home>/sample/xml/form_checkbox/form_checkboxSample1.xml
』)
<?xml version="1.0" encoding="UTF-8"?> <!-- XML file created by biz-Stream Designer --> <!-- biz-Stream Copyright BrainSellers.com Corp. --> <Layout Width="25" Height="70" X="5" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:bs="http://www.brainsellers.com/schema" xmlns:svg="http://www.brainsellers.com/schema" xmlns:form="http://www.brainsellers.com/schema" xmlns:pdf="http://www.brainsellers.com/schema" version="5.0.0"> <form:check-box name="apple" y="54" width="10" height="6" border-width="normal" border-style="beveled" background-color="255,0,0" hidden="false" print="true" read-only="true" checkmark-style="check-mark" select="true">YES</form:check-box> <form:check-box name="orange" y="47" width="10" height="6" border-width="normal" border-style="dashed" hidden="false" print="true" read-only="false" checkmark-style="circle" checkmark-color="0,0,255" select="false">YES</form:check-box> <form:check-box name="banana" y="40" width="10" height="6" border-width="normal" border-style="inset" hidden="false" print="true" read-only="false" checkmark-style="cross" select="false">YES</form:check-box> <form:check-box name="peach" y="33" width="10" height="6" border-width="normal" border-style="solid" hidden="false" print="true" read-only="false" checkmark-style="diamond" select="false">YES</form:check-box> <form:check-box name="grapes" y="26" width="10" height="6" border-width="normal" border-style="underlined" hidden="false" print="true" read-only="false" checkmark-style="square" select="false">YES</form:check-box> <form:check-box name="cherry" y="19" width="10" height="6" border-width="normal" border-style="solid" hidden="false" print="true" read-only="false" checkmark-style="star" select="false">YES</form:check-box> <form:submit-button name="submit1" y="5" width="10" height="6" font-family="MSGothic" border-width="normal" border-style="solid" hidden="false" print="true" read-only="false" method="POST" format="XML" uri="mailto:technical@brainsellers.com">送信</form:submit-button> </Layout>
<form:check-box name="apple" y="54" width="10" height="6" border-width="normal" border-style="beveled" background-color="255,0,0" hidden="false" print="true" read-only="true" checkmark-style="check-mark" select="true">YES</form:check-box>
生成されるPDF(『<biz-Stream_home>/sample/xml/form_checkbox/form_checkboxSample1.pdf
』)
