GridContainer

This commit is contained in:
Florian 2026-04-13 16:38:46 +02:00
parent 9709482b10
commit 41d445b140

View File

@ -45,21 +45,35 @@
</Page> </Page>
<Page Name="newchar"> <Page Name="newchar">
<Content> <Content>
<BaseSingleSelect> <GridContainer>
<Base>"base.races.Playable"</Base> <Cols>2</Cols>
<Output>"data.character.race.id"</Output> <Content>
<Display>"file.name"</Display> <Label>
<PropertyOutputs> <Text>Name</Text>
<PropertyOutput> </Label>
<Property>"data.race.speed"</Property> <Label>
<Output>"data.character.race.speed"</Output> <Text>Herbert</Text>
</PropertyOutput> </Label>
<PropertyOutput> <Label>
<Property>"file.name"</Property> <Text>Rasse</Text>
<Output>"data.character.race.name"</Output> </Label>
</PropertyOutput> <BaseSingleSelect>
</PropertyOutputs> <Base>"base.races.Playable"</Base>
</BaseSingleSelect> <Output>"data.character.race.id"</Output>
<Display>"file.name"</Display>
<PropertyOutputs>
<PropertyOutput>
<Property>"data.race.speed"</Property>
<Output>"data.character.race.speed"</Output>
</PropertyOutput>
<PropertyOutput>
<Property>"file.name"</Property>
<Output>"data.character.race.name"</Output>
</PropertyOutput>
</PropertyOutputs>
</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>