Open Page Post Load/Create DataSlot

This commit is contained in:
Florian 2026-04-10 09:33:35 +02:00
parent 4ee7ca2093
commit 5a72722aea

View File

@ -17,11 +17,25 @@
<Create>
<Rule>[rule.createcharacter]</Rule>
</Create>
<OnPostLoad>
<Actions>
<OpenPage>
<Page>"newchar"</Page>
</OpenPage>
</Actions>
</OnPostLoad>
<OnPostCreate>
<Actions>
<OpenPage>
<Page>"newchar"</Page>
</OpenPage>
</Actions>
</OnPostCreate>
<!--
<OnPreLoad/>
<OnPostLoad/>
<OnPreCreate/>
<OnPostCreate/>
<OnPreLoad/>
<OnPostLoad/>
<OnPreCreate/>
<OnPostCreate/>
-->
</DataSlotLoader>
<Label>
@ -45,12 +59,16 @@
</OnClick>
</Button>
</Content>
<!--
<OnOpen/>
<OnClose/>
-->
</Page>
<Page Name="newchar">
<Content>
<Label>"This is the new Character Page!"</Label>
<Label>
<Text>"This is the new Character Page!"</Text>
</Label>
</Content>
</Page>
</Pages>