SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 196 | Next

James Kennard

"Mastering Joomla! 1.5 Extension and Framework Development"


Parameters row Reference to a content item object.
params
Reference to a JParameter object, which is
loaded with the content item parameters.
page Page number.
Returns XHTML to display directly before the content item text.
onPrepareContent
Description
Prepares a RAW content item ready for display. If you intend to modify
the text of an item, you should use this event.
Parameters
row
Reference to a content item object. To modify
content we must directly edit this object.
params
Reference to a JParameter object, which is
loaded with the content item parameters.
page Page number.
Returns True on success.
Plugin Design
[ 146 ]
Editors
Probably the most complex of all the core plugins are editors. These plugins are used
to render handy client-side textarea editors. One of the core editors is TinyMCE
(http://tinymce.moxiecode.com/), a separate project in its own right. TinyMCE
is a JavaScript-based editor, which allows a user to easily modify data in a textarea
without the need for any knowledge of XHTML.


Pages:
184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208