GridContainer
This commit is contained in:
parent
9709482b10
commit
41d445b140
@ -45,6 +45,18 @@
|
|||||||
</Page>
|
</Page>
|
||||||
<Page Name="newchar">
|
<Page Name="newchar">
|
||||||
<Content>
|
<Content>
|
||||||
|
<GridContainer>
|
||||||
|
<Cols>2</Cols>
|
||||||
|
<Content>
|
||||||
|
<Label>
|
||||||
|
<Text>Name</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>Herbert</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>Rasse</Text>
|
||||||
|
</Label>
|
||||||
<BaseSingleSelect>
|
<BaseSingleSelect>
|
||||||
<Base>"base.races.Playable"</Base>
|
<Base>"base.races.Playable"</Base>
|
||||||
<Output>"data.character.race.id"</Output>
|
<Output>"data.character.race.id"</Output>
|
||||||
@ -60,6 +72,8 @@
|
|||||||
</PropertyOutput>
|
</PropertyOutput>
|
||||||
</PropertyOutputs>
|
</PropertyOutputs>
|
||||||
</BaseSingleSelect>
|
</BaseSingleSelect>
|
||||||
|
</Content>
|
||||||
|
</GridContainer>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>[data.character.race.name]</Text>
|
<Text>[data.character.race.name]</Text>
|
||||||
</Label>
|
</Label>
|
||||||
@ -69,7 +83,6 @@
|
|||||||
<MarkdownDisplay>
|
<MarkdownDisplay>
|
||||||
<MarkdownId>[data.character.race.id]</MarkdownId>
|
<MarkdownId>[data.character.race.id]</MarkdownId>
|
||||||
</MarkdownDisplay>
|
</MarkdownDisplay>
|
||||||
<textarea></textarea>
|
|
||||||
</Content>
|
</Content>
|
||||||
</Page>
|
</Page>
|
||||||
</Pages>
|
</Pages>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user