[TYPO3-core] RFC: Add support for non-prefixed classes in tslib_pibase->pi_classParam()
Michael Stucki
michael at typo3.org
Thu Aug 24 17:36:41 CEST 2006
This is a SVN patch request.
Problem:
tslib_pibase->pi_classParam() prefixes every class with the extension key.
This is a big waste which is not needed because there is always a parent
object that defines this:
<div class="tx-indexedsearch">
...
</div>
Solution:
Add a 2nd parameter to the function which can contain classes which should not
be prefixed. Of course this is completely optional!
Branches:
Trunk only
- michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pi_classnames.diff
Type: text/x-diff
Size: 1150 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060824/75528056/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060824/75528056/attachment.pgp
More information about the TYPO3-team-core
mailing list