[izpack-devel] Patch for embedding panel configuration in the single install.xml

Tino Schwarze berlios.de at tisc.de
Tue Aug 22 16:14:05 CEST 2006


On Sun, Aug 20, 2006 at 11:11:39AM +0200, Sylvain RIBEYRON wrote:

> As I'm not a submitter, I send you this patch to enable IzPack to easily 
> contain Panel configurations in the single Install.xml.
> 
> As an example, users will now be able to directly declare all fields of 
> their UserInput panels, just inside the <panel> tag, in their single 
> install.xml file. For example, here is an extract of my install.xml:
> 
>        <panel classname="InfoPanel"/>
>        <panel classname="LicencePanel"/>
>        <panel classname="TargetPanel"/>
>        <panel classname="PacksPanel"/>
>        <panel classname="UserInputPanel">
>            <field type="title" txt="My panel title"/>
>            <field type="divider"/>
>            <field type="text" variable="a_field">
>                <description align="left" txt="A field to fill"/>
>                <spec txt="Field" size="50"/>
>            </field>
>        </panel>

I like it! :-) I'll look into it and will try to apply the patch to
trunk.

Thanks for contributing,

Tino.




More information about the izpack-devel mailing list