Difference between revisions of "Application Designer"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 57: | Line 57: | ||
|- | |- | ||
| || [[Objects]] | | || [[Objects]] | ||
| Store data | | Store data, define behaviors. | ||
|- | |- | ||
| || width="80px" | [[Object Inheritance]] | | || width="80px" | [[Object Inheritance]] | ||
Line 63: | Line 63: | ||
|- | |- | ||
| || [[Indexes]] | | || [[Indexes]] | ||
| | | Speed up record access. Ensure uniqueness. | ||
|- | |- | ||
| || [[Record Locators]] | | || [[Record Locators]] | ||
Line 86: | Line 86: | ||
|- | |- | ||
| || [[Forms|Forms]] | | || [[Forms|Forms]] | ||
| | | How records are viewed and added. | ||
|- | |- | ||
| || [[Views]] | | || [[Views]] | ||
| | | Tables of records and other displays. | ||
|- | |- | ||
| || [[Dashboards]] | | || [[Dashboards]] | ||
| | | Custom overview using a variety of [[Widgets]]. | ||
|- | |- | ||
| || [[Print Templates]] | | || [[Print Templates]] | ||
| | | Formatted output: HTML, PDF, Word, PowerPoint. | ||
|- | |- | ||
| || [[Web Tabs]] | | || [[Web Tabs]] | ||
| | | The tabs a user sees in the application. | ||
|- | |- | ||
| || [[Sidebars]] | | || [[Sidebars]] | ||
| | | The user's navigation pane. | ||
|- | |- | ||
| || [[Web Forms]] | | || [[Web Forms]] | ||
| | | Send data from a remote site. | ||
|- | |- | ||
Line 118: | Line 118: | ||
|- | |- | ||
| || [[Validations]] | | || [[Validations]] | ||
| | | Check incoming data. | ||
|- | |- | ||
Line 126: | Line 126: | ||
|- | |- | ||
| || [[Actions]] | | || [[Actions]] | ||
| | | Buttons the user can press. | ||
|- | |- | ||
| || [[Sites]] | | || [[Sites]] | ||
| | | Access for customers and external users. | ||
|- | |- | ||
| || [[Pages]] | | || [[Pages]] | ||
| | | Custom HTML/JSP pages. | ||
|- | |- | ||
| || [[Static Resources]] | | || [[Static Resources]] | ||
| Upload | | Upload CSS and Javascript files. | ||
|} | |} |
Revision as of 19:40, 16 May 2012
User:Aeric/Sidebar |
Basics
Design Elements
|