var cmpEditables = Granite.author.store.find("<component content node path");
var cmp = cmpEditables[0];
2)Pass the editable to the execute method
Granite.author.EditorFrame.editableToolbar.config.actions.CONFIGURE.execute(cmp);
Granite.author.EditorFrame.editableToolbar.config.actions.CONFIGURE.execute(cmp);
No comments:
Post a Comment
If you have any doubts or questions, please let us know.