Sha256: 49e16dc0161c49892d065b9d1c190949035674a4143cfada35bcef505e46ae6d

Contents?: true

Size: 513 Bytes

Versions: 10

Compression:

Stored size: 513 Bytes

Contents

<core:FragmentDefinition
  xmlns="sap.m"
  xmlns:core="sap.ui.core">
  <SelectDialog
    title="Select breeder"
    items="{
            path : '/breeder',
            sorter : { path: 'last_name' }
            }"
    search="_handleValueHelpSearch"
    confirm="_handleValueHelpClose"
    cancel="_handleValueHelpClose">
    <StandardListItem
      iconDensityAware="false"
      iconInset="false"
      title="{last_name} {first_name}"
      description="{id}" />
  </SelectDialog>
</core:FragmentDefinition>


Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
fiveapples-0.0.7 lib/ui5_1way/view/BreederOptio.fragment.xml
fiveapples-0.0.7 lib/ui5/view/BreederOptio.fragment.xml
fiveapples-0.0.6 lib/ui5/view/BreederOptio.fragment.xml
fiveapples-0.0.6 lib/ui5_1way/view/BreederOptio.fragment.xml
fiveapples-0.0.5 lib/ui5_1way/view/BreederOptio.fragment.xml
fiveapples-0.0.5 lib/ui5/view/BreederOptio.fragment.xml
fiveapples-0.0.4 lib/ui5/view/BreederOptio.fragment.xml
fiveapples-0.0.3 lib/ui5/view/BreederOptio.fragment.xml
fiveapples-0.0.2 lib/ui5/view/BreederOptio.fragment.xml
fiveapples-0.0.1 lib/ui5/view/BreederOptio.fragment.xml