HTML Reference
Cloud Pages have certain HTML tags that will influence behavior, these tags are described here.
Metadata
fb_path
This meta name value will put the defined Page under the given heading.
Example:
<meta name="fb_path" content="Apps:Sales">
fb_modules
This meta name value will put the page in the Fishbowl Module for quick access. Set the value to match the name below, and comma separate the module names if a module needs to be accessible in multiple places.
Example:
<meta name="fb_modules" content="Sales Order">
Module Names:
Bill of Materials
Manufacture Order
Part
Pick
Product
Purchase Order
Reports
RMA
Shipping
Transfer Order
Work Order
fb_title
This meta name value will report in Menu Items, and Page listings with this title.
Example:
<meta name="fb_title" content="QuickOrder">
fb_description
This meta name will display the description in Page listings with this description.
Example:
UI/UX
window_height
Sets the initial window height in pixels. Default 800 px. If you set height, width must be set as well.
Example:
window_width
Sets the initial window width in pixels. Default 800 px. If you set width, height must be set as well.
Example:
window_state
Sets the window state.
normal - Creates a window, with the default height/width. (Default)
minimized - Creates a window, but minimizes it.
maximized - Creates a window, and maximizes it.
Example:
window_style
Sets the window style.
normal - Creates a window with toolbars, status labels, and progress bars (default).
minimal - Creates a window with just the browser, and no toolbars etc,.
Example: