_BaseToolbar

This is the base class that all toolbar widgets extend. This class should not be instantiated directly.

Example
define([
  "blueconic/api/widgets/plugins/_BaseToolbar"
], function(_BaseToolbar) {
  // ...
});

Extends

Properties

The context of the dialogue that is currently loaded.

The inline editor in the channel view.

parameters null

A toolbar has no parameters, and will always be null.

Functions

edit(object, link)

Edit option when the user clicks at the "Edit" link when the complex object is selected.

Name Type Description
object Object

Configuration of the complex object (e.g. reference to an external item).

link blueconic.api.data.domain.UrlMapping

The link object containg the properties of the surrounding link.

Return the parameters object.
Parameter update logic should be implemented here.

Returns:
Type Description
blueconic.api.data.domain.Parameters The updated parameters object.