List of Components
Name Description
core-activity-panel
core-attachments Represents attachments to a piece of data, in table form. Comes with functionality to add and remove media objects and associate a description to it. By default adding of attachments occurs immediately on existing data, and is deferred when data is new, however this is configurable. Currently available in cort apps only.
core-bulk-edit Wrapping a set of editable fields with this component will cause the same fields in an associated selection set to be set to the values specified in the bulk edit.
core-button A click-able area that comes in two flavors - button and menu. If onclick event is not specified, action is a no-op.
core-buttonbar A group of buttons.
core-checkbox Represents a boolean value. Not intended to represent a boolean field - use core-field for this.
core-constraint-panel
core-datetime A datetime picker widget
core-docbar To be used for the top bar of a document. Contains title of document, message center, and a buttonbar which contains a set of actions which can be undertaken on the data (as well as edit, review, and save).
core-dropdown Represents a single or multiple select list that has a variety of different flavors
core-field Represents a field that is in the design of the data being represented. Has a read and edit mode, and different pickers depending on the design type of the field. Available pickers: checkbox, datetime, lookup, number, party, picklist, root pointer, textbox.
core-file File picker
core-flex-view
core-footer
core-footerbar
core-form A collection of fields, currently able to be laid out in a responsive or grid pattern. Comes with top and bottom buttonbars and the ability to index by path.
core-form-cell
core-grid
core-header
core-image
core-include Include another template within a template. Pass in the name of the template (which should be specified in pages.json).
core-inline-section A wrapper for a span
core-link A special form of core-button that appears as a hyperlink.
core-list A repeater. Wrap anything in this and associate it with a list of data, and it will repeat the contents for each item.
core-list-header
core-lookup Ability to lookup pointers to other roots. Two kinds of lookups exist, each with their own specified behaviors - organization-lookup, party-lookup. Pointer typed fields will use core-lookup when editable. Comes with several modes - modal (default), dropdown, and tiles.
core-master-detail A master detail component with a list component as the master and a form as the detail
core-nav
core-pagination Pagination widget. Included by default with tables, lists and tiles.
core-plugin
core-pointer A type of component that is rendered when the data is of type ROOTPOINTER.
core-popover Modal
core-prompt A visual filter associated with a field, an operator picklist, and a value.
core-prompt-set A set of core-prompts.
core-properties
core-query-panel
core-query-table
core-radio A wrapper for a radio button.
core-radio-set A wrapper for a radio button group. Ability to get/set value from the set of radio buttons.
core-section A visual separation. Comes with a title bar.
core-selection A wrapper around a single selection. Fields embedded within this are mapped to the selection.
core-selectionbar
core-table A tabular representation of a list. Any fields with a visible mask within this component will be displayed. In edit mode, selector checkboxes are displayed. Top and bottom buttonbars are available, as is a selection set.
core-table-cell
core-table-inset See core-table for an example with core-table-inset.
core-table-row
core-tabs Use this and embed core-sections to display sections in tab format.
core-text A piece of text.
core-tiles A type of drop down that displays items in selectable tiles, each containing an image and text. Paginated, and comes with a prompt set for filtering.
core-typeahead A type of drop down that has typeahead capabilities