Developers/Miscellaneous
From Joomla! Documentation
< Developers(Difference between revisions)
(Added link to JLayout documentation page) |
(Replace now defunct error page with Using JLog) |
||
| (One intermediate revision by one user not shown) | |||
| Line 14: | Line 14: | ||
* [[How to add tooltips to your Joomla! website]] | * [[How to add tooltips to your Joomla! website]] | ||
* [[Display error messages and notices]]. | * [[Display error messages and notices]]. | ||
| − | * [[Sharing layouts across views or extensions with JLayout]] | + | * [[Sharing layouts across views or extensions with JLayout]] {{JVer|3.0}} |
| − | * [[ | + | * [[Using JLog]] |
<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude> | <noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude> | ||
Revision as of 14:59, 28 January 2013
- Retrieving request data using JInput
and newer
- Retrieving data from GET and POST requests
- How to use the filesystem package
- Application execution order
- Accessing the current user object
- Adding JavaScript and CSS to the page
- Constants used in the Joomla Framework.
- How to create a custom button
- How to create a stand-alone application using the Joomla! Framework
- How to use user state variables
- Adding template overridable images in your extension
- Cache and Using caching to speed up your code
- Using the installer API to support package installation
- How to add tooltips to your Joomla! website
- Display error messages and notices.
- Sharing layouts across views or extensions with JLayout
- Using JLog