Widget Types
From AgileApps Support Wiki
Revision as of 20:06, 15 August 2014 by imported>Aeric (→HTML)
View
- View-based widgets display data rows from the View you select
- Choose the number of rows to display: 5, 10, 20, 50 or 100
Report
- Report-based widgets display Charts, Table Data or both from the Report you select.
- Choose the number of rows to display: 5, 10, 20, 50 or 100.
- In the widget banner, click the document icon () to view the underlying report.
HTML
- Add any HTML code for a fully custom widget.
- Note: The one exception is a <form> tag.
- Behind the scenes, the dashboard is one big form that submits a widget's new position to the server when you move it. That way, the position is recorded for the next time you visit. Since nested <form> tags do not work in HTML browsers, you can use any HTML except a <form> tag.
Page
- Display a JSP Page defined and stored on the platform.