...
If you're using the Theme Builder add-ins, it will not by default show the menu items added by the addfrevvo add-ins. However, you can modify the menus to add these items. There are likely to be several ways to accomplish this and, given that we're not experts on using Theme Builder, we'd love to hear any feedback. One example is below:
...
Code Block |
---|
{with-page:directon=none} {menu}Edit [ CONTENT DELETED FOR BREVITY.] {menu} {menu}frevvo {compound-menuitem:custom|icon=form_blue|link=/spacesportals/frevvo/addForm.action?pageId=%withpageid%|caption=Add Form ...} {menuseparator} {compound-menuitem:custom|icon=documents|link=/spacesportals/frevvo/addFlow.action?pageId=%withpageid%|caption=Add Flow ...} {menuseparator} {compound-menuitem:custom|icon=server_document|link=/spacesportals/frevvo/addSubmissions.action?pageId=%withpageid%|caption=Add Submissions ...} {menuseparator} {compound-menuitem:custom|icon=pictures|link=/spacesportals/frevvo/addTasks.action?pageId=%withpageid%|caption=Add Tasks ...} {menu} {with-page} |
...
Note |
---|
Note that this also does not call the addfrevvo add-ins verification code that figures out whether or not to display these menu items depending on who is logged in, the server license etc. You will have to do this manually.
|
...