...
Attribute, die bei allen Elementen gesetzt sindangeboten werden:
Attributname | Beschreibung |
---|---|
| Wird zur Identifikation benötigt. Darf keine Leerzeichen enthalten und muss eindeutig sein. |
...
Code Block | ||
---|---|---|
| ||
<FieldsConfiguration>
<Fields>
<Text Name="translated_Page" translate-Value="Content.Page" />
</Fields>
</FieldsConfiguration> |
...
Attributname | Beschreibung |
---|---|
| Vordefinierter Text, den der Benutzer bearbeiten kann. |
Date
Code Block | ||
---|---|---|
| ||
<FieldsConfiguration>
<Fields>
<Date Name="CreateDate" />
</Fields>
</FieldsConfiguration> |
Attribute fürDate
Keine weiteren Attribute
YesNo
Code Block | ||
---|---|---|
| ||
<FieldsConfiguration>
<Fields>
<YesNo Name="InsertPartnerLogo" Value="true" />
</Fields>
</FieldsConfiguration> |
Attribute fürYesNo
Attributname | Beschreibung |
---|---|
| Vordefinierter Wert des Eintrags, den der Benutzer bearbeiten kann. |
Picture
Code Block | ||
---|---|---|
| ||
<FieldsConfiguration>
<Fields>
<Picture Name="PartnerLogo" Asset="\\fileshare\PartnerLogo.png" />
</Fields>
</FieldsConfiguration> |
Attribute fürPicture
Attributname | Beschreibung |
---|---|
| Angabe des Laufwerkpfades zum Bild. Dabei muss sichergestellt sein, dass jede Benutzer-Maschine auf das Bild zugreifen kann. |
Beispiel
Code Block | ||
---|---|---|
| ||
<FieldsConfiguration> <Fields> <!-- Platzhalter befüllen vom Layout --> <Picture Name="PartnerLogo" Asset="\\e165\User\Bolli\04_Testing-Bilder\BeispielLogo.PNG" /> <Text Name="Page" translate-Value="Texts.Page" /> <!-- Daten nur in der Inhaltsvorlage --> <Text Name="Greeting" translate-Value="Greetings.KindRegards1" /> </Fields> </FieldsConfiguration> |
Note |
---|
ToDo
|
...