Quote:
Originally Posted by Landiin
Sadly there is no align property for the Objects 
|
I want a Right and Bottom property!!

And I would also like a <include> that doesn't kill multiple includes..
Should have a way to include other xml files and put stuff into them.
Example:
form.xml
<form>
...
<content name="mainContent"></content>
</form>
And some other xml file..
<include path="form.xml">
<setContent name="mainContent"><image>....</image>
<etc />
</setContent>
</include>