Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

serenity.is LinkingSetRelation add column-picker-button

// In EntityEditor.ts
protected getButtons() {
	var buttons = super.getButtons(); //or buttons: Serenity.ToolButton[] = [];
	buttons.push(Serenity.ColumnPickerDialog.createToolButton(this));
	return buttons;
}
 
PREVIOUS NEXT
Tagged: #LinkingSetRelation #add
ADD COMMENT
Topic
Name
3+3 =