Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

  • If you have purchased a Forms-only license, do not show the Add Flow or Add Tasks menu items since they will give an error.
  • If you have restricted usage to a frevvo-designers group, you may need to use the builder-show and builder-hide macros to display the menu items in the appropriate context.

...