...
- All Raw form link parameters
- id -- Use this when embedding multiple forms in the same web page. Each form needs a unique id. Not required for pages with only one form.
- ifname --Select the custom id for the iframe that will be auto generated by the script (default is 'frevvo-form'), i.e. name of the iframe.
- width=(num) -- Sets the initial iframe width. Defaults to 600. Only effective when resize=false.
- height=(num) -- Sets the initial iframe height. Defaults to 600. Only effective when resize=false.
- resize=(true/false) -- Automatically resizes the space (height, width) used by the form when resize=true. Defaults to true when the form is used on a desktop device. Defaults to false when the form is used on a mobile device such as the iPhone or iPad. When resize=false the form will remain in the width & height you set and the browser will add horizontal and vertical scrollbars if/when needed.
- container=(true/false) -- Adds a border around the form and centers the form when container=true. Defaults to false.
- scrolling -- Do you want scrolling? Puts scrolling attribute on the iframe. Defaults to auto. See the html scrolling attribute for values.
- center=(true/false) -- This parameter applies to the container so is only effective when container=true. Defaults to true. Set to false to left/top justify the form on the page.
- border=(true/false) -- This parameter applies to the container so is only effective when container=true. Defaults to true. Set to false to remove the border.
- onInit -- A javascript function in scope that will be called before the form is instantiated.
- onSubmit -- A javascript function in scope that will be called after the form is submitted.
- _test -- Do you want to generate a debug console? Defaults to false
- _device= (tablet/phone/desktop) –used to show the specified device view in your browser. This parameter is very helpful when testing forms for mobile devices as you can see the phone or tablet view from your desktop.
Tip |
---|
For this version, embedding the task list successfully into an HTML page requires setting its width. You must explicitly add %26tasks-width=1000px or whatever width you want and it should work fine. Here is an example: <script> src="http://localhost:8080/frevvo/web/embed?resize=true&container=true&border=false&url=http://localhost:8080/frevvo/web/tn/{tn.id}/subject/{subject.id}/tasks%3fembed=true%26container=true%26resize=true%26tasks-width=1000px" type="text/javascript"> </script> |
Popup form links – "Full Page Popup" and "Link (Email/Web page)"
...