ATK Howtos: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
| (73 intermediate revisions by 24 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ __NOEDITSECTION__ | __NOTOC__ __NOEDITSECTION__ | ||
Below is a list of | Below is a list of howto's on different subjects. | ||
<table border="0" width="100%" cellspacing="20"> | <table border="0" width="100%" cellspacing="20"> | ||
| Line 11: | Line 11: | ||
* [[Using modifiers]] | * [[Using modifiers]] | ||
* [[Including modifiers when extending nodes]] | * [[Including modifiers when extending nodes]] | ||
* [[add functions (pre/post/...) to an existing node]] | |||
* [[Using custom action handlers]] | |||
=== User-interface === | === User-interface === | ||
* [[Ajax]] | * [[Ajax]] | ||
* [[Javascript]] | |||
* [[Record locking]] | * [[Record locking]] | ||
* [[Using descriptors]] | * [[Using descriptors]] | ||
| Line 26: | Line 27: | ||
* [[Prototype window]] | * [[Prototype window]] | ||
* [[Adding a printable view]] | * [[Adding a printable view]] | ||
* [[Creating custom menus]] | |||
* [[Controlling the contents of a column]] | |||
* [[Displaying content on left, right and top section of node view/edit]] | |||
* [[Wikifing help links]] | |||
* [[Create a revision archive for field values]] | |||
* [[Add javascript to recordActions]] | |||
* [[Default or Calculated Dependee Attributes]] | |||
* [[Configure Application Identity from config.inc.php]] | |||
* [[Headers and Footers]] | |||
* [[Changing the default welcome screen]] | |||
=== Layout === | |||
* [[Themes]] | |||
* [[Custom Templates for Forms]] | |||
* [[Add custom icon images to left menu]] | * [[Add custom icon images to left menu]] | ||
* [[Adding a favicon]] | |||
* [[Customizing logos]] | |||
==== Grouping ==== | |||
* [[Grouping attributes]] | |||
* [[Grouping attributes into tabs]] | * [[Grouping attributes into tabs]] | ||
* [[ | * [[Grouping attributes with addFieldSet]] | ||
* [[Grouping attributes into two columns (ATK 6.2 - 6.3)]] | |||
* [[Grouping attributes into two columns (ATK 6.4)]] | |||
=== I18N (Internationalization and localization) === | === I18N (Internationalization and localization) === | ||
| Line 34: | Line 60: | ||
* [[Localization]] (incomplete) | * [[Localization]] (incomplete) | ||
* [[Renaming 'add' and 'select' links in relations]] | * [[Renaming 'add' and 'select' links in relations]] | ||
* [[Using_UTF8_in_applications|Making applications with UTF-8 support]] | |||
| Line 39: | Line 66: | ||
* [[Roles-Based Security]] | * [[Roles-Based Security]] | ||
* [[Attribute Level Security]] | * [[Attribute Level Security]] | ||
* [[Record Level Security]] | |||
* [[Use atkGetUser() outside nodes/modules]] | * [[Use atkGetUser() outside nodes/modules]] | ||
* [[Bypass Login | * [[Bypass Login and Set Guest Privileges]] | ||
* [[Using LDAP to authenticate users]] | * [[Using LDAP to authenticate users]] | ||
* [[Adding a custom authentication module]] | |||
* [[Open user registration]] | |||
* [[Create and register a security listener]] | |||
| Line 48: | Line 79: | ||
* [[Writing tests]] | * [[Writing tests]] | ||
* [[Using a test database]] | * [[Using a test database]] | ||
* [[Using atkMockDb]] | |||
* [[Using atkMockSecurityManager]] | |||
| Line 53: | Line 86: | ||
* [[Using the atkFrontController]] | * [[Using the atkFrontController]] | ||
=== Search === | |||
* [[Using atkSmartSearch]] | |||
| Line 63: | Line 100: | ||
* [[Attribute Level Security]] | * [[Attribute Level Security]] | ||
* [[Creating custom attributes]] | * [[Creating custom attributes]] | ||
* [[Various Attribute Flags for various users (different privileges)]] | |||
* [[Using a preAdd trigger on a hidden attribute]] | * [[Using a preAdd trigger on a hidden attribute]] | ||
* [[Adding custom buttons to atkFckAttribute]] | * [[Adding custom buttons to atkFckAttribute]] | ||
* [[ | * [[Using the UBB code editor plugin with the atkFckAttribute]] | ||
* [[Usage without DB I/O + Polymorphism]] | |||
* [[atkDateTimeNewAttribute]] | |||
* [[Attribute dependency callbacks]] | |||
* [[DateTime and Time Attributes with AM PM time]] | |||
* [[Customizing the atkListAttribute]] | |||
* [[Dynamic and Dependant atkListAttribute]] | |||
* [[How to update READONLY values in ATK]] | |||
=== Relations === | === Relations === | ||
| Line 78: | Line 122: | ||
* [[Database Access]] | * [[Database Access]] | ||
* [[Using multiple databases]] | * [[Using multiple databases]] | ||
* [[Primary Keys and ATK]] | |||
* [[Prepared Statements]] | |||
* [[Node DB Access]] | |||
=== Reports === | |||
* [[Basic HTML Reports]] | |||
| Line 86: | Line 136: | ||
=== Performance === | === Performance === | ||
* [[Increase performance on nodes with millions of records]] | * [[Increase performance on nodes with millions of records]] | ||
* [[ATK and Caching]] | |||
=== Console === | |||
* [[Using atkConsoleController for console/shell coding in ATK]] | |||
=== Documents === | |||
* [[Assigning custom variables to a document template]] | |||
| Line 100: | Line 160: | ||
* [[Creating a custom confirmation message]] | * [[Creating a custom confirmation message]] | ||
* [[Validating an email address]] | * [[Validating an email address]] | ||
* [[Overload Classes]] | |||
* [[Building wizards using atkWizard]] | |||
* [[Adding and using configuration settings]] | |||
* [[Error handling]] | |||
</td> | </td> | ||
</tr> | </tr> | ||
Latest revision as of 08:18, 10 March 2018
Below is a list of howto's on different subjects.
If you want to write a new howto, feel free to add it. Please put your howto in the appropriate category.
Important guideline: if you add a new howto, put the following at the top of the howto:
{{howto|Easy|[[Your Name]] <youremail at somewhere dot ext>}}
E-mail is optional, but it would be nice if people can contact you with questions. As first parameter, you can use either 'Easy', 'Advanced' or 'Expert'.