OData V4 Übung 2 - Aufgabe 2.2 - View Anpassungen
Der View soll ein Suchfeld, eine Tabelle und ein paar Buttons enthalten. Bitte ersetzen sie das Page Tag im View mit nachfolgendem Shell Tag. Keine Sorge, man muss es hier nicht lesen können. ;-)
<Shell id= <App id= <pages>
<Page id= <content>
<Table id= inset= growing= growingThreshold= items= parameters: {
$count: true,
$$updateGroupId : 'customerGroup'
} } mode=
<headerToolbar>
<OverflowToolbar>
<Title text= <SearchField placeholder= <ToolbarSpacer/>
<Button
id= tooltip= icon= press= <Button
id= tooltip= icon= press= <Button
id= tooltip= icon= press= <Button
id= tooltip= icon= press= <Button
id= text= press= </OverflowToolbar>
</headerToolbar>
<columns>
<Column width= <Text text= </Column>
<Column width= <Text text= </Column>
<Column>
<Text text= </Column>
<Column>
<Text text= </Column>
<Column width= <Text text= </Column>
<Column width= <Text text= </Column>
<Column width= <Text text= </Column>
<Column>
<Text text= </Column>
</columns>
<items>
<ColumnListItem vAlign= <cells>
<Text text= <Input id= <Input value= <Input value= <Input value= <Input value= <Input value= <Text text= </cells>
</ColumnListItem>
</items>
</Table>
</content>
<footer>
<OverflowToolbar id= <ToolbarSpacer/>
<Button type= <Button type= </OverflowToolbar>
</footer>
</Page>
</pages>
</App>
</Shell>