In order to enable language debugging, we must edit the global configuration. In
the System tab we must set Debug Language to Yes (and the debug plugin must
be enabled):
Successfully translated strings are encapsulated by bullet characters; strings
translated from a constant are encapsulated in double exclamation marks; strings
that are not translated are encapsulated in double question marks. Untranslated
strings appear at the bottom of the page.
Customizing the Page
[ 268 ]
Using JavaScript Effects
Joomla! includes mootools??”a powerful compact JavaScript framework. Mootools
enables us to do many things, but it is used extensively in Joomla! to create clientside
effects. Some of these, such as the accordion, are accessible via Joomla! classes.
Others require special attention.
In some instances it may be necessary to manually add the mootools library to the
document. We can do this using the JHTML behavior.mootools type:
JHTML::_('behavior.mootools');
JPane
A pane is an XHTML area that holds more than one set of information.
Pages:
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368