Bugzilla – Attachment 28700 Details for
Bug 506
Enhancement: Support check boxes in config files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
A driver pre-config that contains check box variables
CheckBoxes.xml (text/plain), 4.43 KB, created by
Brent Thurgood
on 2005-02-22 16:09:26 UTC
(
hide
)
Description:
A driver pre-config that contains check box variables
Filename:
MIME Type:
Creator:
Brent Thurgood
Created:
2005-02-22 16:09:26 UTC
Size:
4.43 KB
patch
obsolete
><driver-configuration dn="CheckBoxes.DS.Novell" driver-set-dn="DS.Novell" group="Variable Tests" name="CheckBoxes" order="201" debug-dump="true"> > <variable-decl> > <text-var browse="yes" prompt="Checkbox Set 1?" var-name="CBSet.1" prompt-type="checkboxset"> > <checkboxset> > <checkbox cb-name="How" display="How" /> > <checkbox cb-name="Now" display="Now" checked="false" onchecked="Now-On" onunchecked="Now-Off" /> > <checkbox cb-name="Brown" display="Brown" checked="true" onChecked="Brown-On" /> > <checkbox cb-name="Cow" display="Cow" checked="xxx" onUnchecked="Cow-Off" /> > </checkboxset> > </text-var> > <text-var browse="no" prompt="Checkbox Set 2?" var-name="CBSet.2" prompt-type="checkboxset" description="Check box description"> > <checkboxset> > <checkbox cb-name="Now" display="Now" /> > <checkbox cb-name="Is" display="Is" checked="false" onchecked="Is-On" onunchecked="Is-Off" /> > <checkbox cb-name="The" display="The" checked="true" onchecked="The-On" /> > <checkbox cb-name="Time" display="Time" checked="xxx" onunchecked="Time-Off" /> > </checkboxset> > </text-var> > <text-var var-name="dropdown" > description="Drop down description" > prompt="Drop down prompt"> > <dropdown> > <value display="display1">value1</value> > <value display="display2">value2</value> > <value display="display3">value3</value> > </dropdown> > </text-var> > > <text-var var-name="dropdown1" > description="Drop down description" > prompt="Drop down prompt with browse" > browse="yes"> > <dropdown> > <value display="display4">value4</value> > <value display="display5">value5</value> > <value display="display6">value6</value> > </dropdown> > </text-var> > > > <text-var var-name="browse" > browse="yes" > description="Browse" > highlight="[]-" > prompt="Browse Prompt"/> > > <text-var var-name="nobrowse" > description="No Browse" > highlight="[]-" > prompt="No Browse Prompt"/> > </variable-decl> > <attributes /> > <children> > <publisher name="p"> > <attributes> > <create-rule dn="Pub - Creation Rule.p.CheckBoxes.DS.Novell"/> > <matching-rule dn="Pub - Matching Rule.p.CheckBoxes.DS.Novell"/> > </attributes> > <children> > <rule name="Pub - Creation Rule"> > <policy> > <rule> > <description>Test Creation Rule</description> > <conditions> > <or> > <if-op-attr mode="nocase" name="Account Balance" op="equal"> > <variable-ref var-name="CBSet.1" cb-name="How" /> > </if-op-attr> > <if-op-attr mode="nocase" name="Account Balance" op="equal"> > <variable-ref var-name="CBSet.1" cb-name="Now" /> > </if-op-attr> > <if-op-attr mode="nocase" name="Account Balance" op="equal"> > <variable-ref var-name="CBSet.1" cb-name="Brown" /> > </if-op-attr> > <if-op-attr mode="nocase" name="Account Balance" op="equal"> > <variable-ref var-name="CBSet.1" cb-name="Cow" /> > </if-op-attr> > </or> > </conditions> > <actions> > <do-veto-if-op-attr-not-available name="Account Balance"/> > <do-set-op-template-dn> > <arg-dn> > <token-text xml:space="preserve">Aux1.Novell</token-text> > </arg-dn> > </do-set-op-template-dn> > </actions> > </rule> > </policy> > </rule> > <rule name="Pub - Matching Rule"> > <policy> > <rule> > <description>Test Matching Rule</description> > <conditions> > <or /> > </conditions> > <actions> > <do-find-matching-object scope="subtree"> > <arg-dn> > <token-text xml:space="preserve"><variable-ref var-name="CBSet.2" cb-name="Now" /></token-text> > <token-text xml:space="preserve"><variable-ref var-name="CBSet.2" cb-name="Is" /></token-text> > <token-text xml:space="preserve"><variable-ref var-name="CBSet.2" cb-name="The" /></token-text> > <token-text xml:space="preserve"><variable-ref var-name="CBSet.2" cb-name="Time" /></token-text> > </arg-dn> > <arg-match-attr name="Description"/> > <arg-match-attr name="Full Name"/> > </do-find-matching-object> > </actions> > </rule> > </policy> > </rule> > </children> > </publisher> > <subscriber name="s" /> > </children> ></driver-configuration>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 506
: 28700 |
44227
|
44322