Hi,

On 2-3-2011 14:36, Gregory Loichot wrote:
I'm working on a TYPO3 4.5 and I'm looking for the best way to do :
- add a button in RTE editor
- when this button is clicked, a pop-up appears and display the content
of a sysfolder; you can select which record you want
- when a record is selected, a marker is add (###table_name:12###) that
combine table and uid of the selected record.
- in FE mode, ###table_name:12### will be replaced by something (a
personal algorithm).


Sounds almost like the description of linkhandler. Only the button in RTE is a tab in the link popup. You can configure which table(s) to select records from and how the link in FE will be rendered. Oh, it doesn't add a marker, but uses the TYPO3 <link> tag.

http://typo3.org/extensions/repository/view/linkhandler/current/
You may want to use the trunk version, which has a lot of bugfixes:
http://forge.typo3.org/projects/extension-linkhandler/repository

--
Kind regards / met vriendelijke groet,

Jigal van Hemert.
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to