Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This function removes an entry from the left-hand side Widgets Toolbox of the Visual Designer.

Parameter:

  • config object - JavaScript object containing configuration properties

Configuration Options:

  • category - specifies a widget category; the category name must match exactly
  • text - the exact text that appears in Widget Toolbox for the widget entry that is to be removed

Example:

pui.toolbox.remove({
  category: "Common",
  text: "Label"
});
  • No labels