diff --git a/portal/menu-builder.html b/portal/menu-builder.html index 20d880c..c1dca8a 100644 --- a/portal/menu-builder.html +++ b/portal/menu-builder.html @@ -1510,6 +1510,11 @@ } }, + // Select item by ID (shortcut for use in onclick handlers) + selectItem(itemId) { + this.selectElementById('item', itemId); + }, + // Clear selection clearSelection() { if (this.selectedElement) { @@ -3094,7 +3099,7 @@ ` : ''} -