ATK Howtos: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
| (47 intermediate revisions by 17 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]] | ||
* [[Grouping attributes into tabs]] | * [[Grouping attributes into tabs]] | ||
* [[Grouping attributes with addFieldSet]] | * [[Grouping attributes with addFieldSet]] | ||
* [[Grouping attributes into two columns]] | * [[Grouping attributes into two columns (ATK 6.2 - 6.3)]] | ||
* [[ | * [[Grouping attributes into two columns (ATK 6.4)]] | ||
| Line 46: | 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 and Set Guest Privileges]] | * [[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 62: | Line 86: | ||
* [[Using the atkFrontController]] | * [[Using the atkFrontController]] | ||
=== Search === | |||
* [[Using atkSmartSearch]] | |||
| Line 75: | Line 103: | ||
* [[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]] | * [[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 90: | Line 123: | ||
* [[Using multiple databases]] | * [[Using multiple databases]] | ||
* [[Primary Keys and ATK]] | * [[Primary Keys and ATK]] | ||
* [[Prepared Statements]] | |||
* [[Node DB Access]] | |||
=== Reports === | === Reports === | ||
| Line 102: | 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 117: | Line 161: | ||
* [[Validating an email address]] | * [[Validating an email address]] | ||
* [[Overload Classes]] | * [[Overload Classes]] | ||
* [[Building wizards using atkWizard]] | * [[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'.