Namespace: summary

Simplicite.UI.Globals.summary

Global object summary options

Source:
  • globals.js, line 1089

Members

<static> actions

Properties:
Name Type Description
actions string optional arrays { row, rowPlus } of actions {name, label, confirm, callback...}
null = no action, undefined = generate from metadata.actions
Source:
  • globals.js, line 1101

<static> beforeload

Properties:
Name Type Description
beforeload function(ctn,obj) optional handler before loading the summary
Source:
  • globals.js, line 1108

<static> fields

Properties:
Name Type Description
fields object[] List of fields: default visible on list and not empty, none if null or false
Source:
  • globals.js, line 1136

<static> icon

Properties:
Name Type Description
icon boolean Display the object icon (default true)
Source:
  • globals.js, line 1122

<static> image

Properties:
Name Type Description
image boolean Display the object image (default true)
Source:
  • globals.js, line 1129

<static> layout

Properties:
Name Type Description
layout string Search index: obj-grid layout "article", "masonry" (default), "inline" or "float"
Source:
  • globals.js, line 1150

<static> maxFields

Properties:
Name Type Description
maxFields number Fields limit: default 10, 0 = no field
Source:
  • globals.js, line 1143

<static> onload

Properties:
Name Type Description
onload function(ctn, mo, obj) optional handler after loading the summary
Source:
  • globals.js, line 1115

<static> template

Properties:
Name Type Description
template string Default template
with obj-body, obj-icon, obj-title, obj-label, obj-image, obj-fields, obj-addons, obj-actions
Source:
  • globals.js, line 1158

<static> templateXS

Properties:
Name Type Description
templateXS string Default mini template for XS device
Source:
  • globals.js, line 1186