Open Page Post Load/Create DataSlot
This commit is contained in:
parent
4ee7ca2093
commit
5a72722aea
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user