View Single Post
Old 2006-05-02, 00:52   #1 (permalink)
landrews320
Portal Member
 
Join Date: Apr 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts


Default Controls in references.xml

Hi
Is it possible to create a new type of control in references.xml that contains several controls?
i.e. is this possible?

Code:
<control>
  <type>MyNewControl</type>
    <control>
      <type>button</type>
      ...
    </control>
    <control>
      <type>label</type>
      ...
    </control>
    <control>
      <type>image</type>
      ...
    </control>
</control>

I want to be able to create 5 "MyNewControl" controls on a screen, but I'm trying to avoid copying and pasting the xml 5 times.

Thanks
landrews320 is offline   Reply With Quote