Is there a way to autotag items bootstrapped in the editor based upon the choice of another editor entry.
For example
For example
Code:
<inputthing
name="Race source..."
helptext="Select the race.">
<it_tagpick group="Race" tag="r?"/>
</inputthing>
<inputthing
name="Subtype"
helptext="Choose subtypes.">
<it_bootcustom compset="Subtype">
<autotag group="SpecSource"><![CDATA[
*** script to make this @tag attribute the same as the
*** one from the previous inputthing
]]>
</autotag>
</it_bootcustom>
</inputthing>