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