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