[Typo3-dev] how to extend _Typoscript_ itself
tapio
tapio.markula at dnainternet.net
Thu Sep 8 10:08:13 CEST 2005
> Have you tried "obts"?
not yet
> "Object-TypoScript makes adding things to Typo3 easier by allowing you
> to make a new datatype which can be used across you site in just one
> file. You can add new TypoScript functions (like the old wrap and
> insertData) to all ObTS datatypes by adding one function to an existing
> class ? and you can use the function straight away in all datatypes and
> for all attributes of datatypes."
>
> Is that what you mean by "extend TypoScript itself"?
I don't those just now. I have just designing extended interface control.
I just need new configuration options.
Now the button set of 'alt_doc.php' is *fully* customizable using
extended TS for TS Config for users/user groups.
using XCLASS-implementation I have added corresponding new conditions.
It is possible to use simple button set in FE editing than in BE editing
- in BE editing for example just 'Save and Close' if someone don't want
more buttons.
I have made the same for 'db_layout.php'.
The administrator can now set this kind of interface just using default
and extended TS Config:
http://www.atwebteam.com/typo3/development/skin_grey_min.png
Simple the purpose is to create 'Typo3 Lite' interface for some users.
In fact I have succeed in that. Maybe I have added some redundant
configuration options, but it is clear to define them using consistent
options.
> ObTs is an external extention, but its directly called in tslib_content,
> if loaded.
ok. That might be reasonable in cases, where I need generic TypoScript.
More information about the TYPO3-dev
mailing list