Pricing Type | <xforms:select1 ref="@type" appearance="full"> <xforms:label></xforms:label> <xforms:itemset nodeset="instance('Price-instance')/Price-Type"> <xforms:label ref="name" /> <xforms:value ref="value" /> </xforms:itemset> </xforms:select1> | |
<xforms:input ref="Common-price/Price/Value" xxforms:size="10"> <xforms:label style="display:none;">Simple Pricing->Price</xforms:label> <xforms:alert>Use numbers and a decimal point, no letters or signs</xforms:alert> </xforms:input> | ||
<xforms:input ref="Common-price/Range-Price/Price-high/Value" xxforms:size="10"> <xforms:label style="display:none;">Price Range->Price-high</xforms:label> <xforms:alert>Use numbers and a decimal point, no letters or signs</xforms:alert> </xforms:input> | ||
<xforms:input ref="Common-price/Range-Price/Price-low/Value" xxforms:size="10"> <xforms:label style="display:none;">Price Range->Price-low</xforms:label> <xforms:alert>Use numbers and a decimal point, no letters or signs</xforms:alert> </xforms:input> |
s. and in TDs, I have price with value and textarea for description.
All these price details (<xforms:input> and <xforms:textarea>) are in TR/TD What I want if simple price is selected = 1 then display TR of simple price if range price is selected = 2 then display TR of range price(High and Low) if detailed price is selected = 3 then display all TRs of detailed price(adult, special, etc) This xforms:select1 and all price inputs are in one file (pricedetails.xml) which is included in detailinfo.xml. In detailsinfo.xml pricedetails.xml and otherdetails.xml (In this file again pricedetails.xml file is included) files are included When click on plus icon nodeset (nodeset='otherdetails/service') of other details get displayed/repeated. Please help me. |
Simple Pricing> | ||
xform control for price value (xforms:input) | xform control for price desc (xforms:textarea) | |
Range Pricing> | ||
Price High | xform control for price value (xforms:input) | xform control for price desc (xforms:textarea) |
Price low | xform control for price value (xforms:input) | xform control for price desc (xforms:textarea) |
Details Pricing> | ||
Price Adult | xform control for price value (xforms:input) | xform control for price desc (xforms:textarea) |
Price Student | xform control for price value (xforms:input) | xform control for price desc (xforms:textarea) |
Free forum by Nabble | Edit this page |