Jump to content
  • 0

Club Officer's Menu For Apps


LeeInKC

Question

I have several "apps" set up for our club officers to run various reports, edit member records, etc. These are all in an authenticated folder. I would like to set up a "menu" of these apps that the officer would see after they log in. I've seen in the tutorial videos how to do that on a web page, but we are accessing these apps directly on Caspio. Is there a way to set up a "menu" datapage, report or view?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

If you would like to list a "menu" of the DataPages, you can create a HTML DataPage in the authenticated folder:http://howto.caspio.com/datapages/creating-datapages/creating-an-html-page-datapage.html.

And insert a hyperlink list of those DataPages http://www.w3schools.com/html/html_links.asp.

For example:

Menu
<a href="DataPage direct URL1"> Description text</a>
<a href="DataPage direct URL2">Description text</a>
<a href="DataPage direct URL3">Description text</a>
<a href="DataPage direct URL4">Description text</a>
<a href="DataPage direct URL5">Description text</a>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...