Показать сообщение отдельно
Старый 23.04.2007, 17:51   #4
void
Senior Member
 
Аватар для void
 
Регистрация: 14.03.2006
Адрес: Russia, Penza
Сообщений: 1,504
Отправить сообщение для void с помощью ICQ
По умолчанию

PHP код:
    /**
     * Draws the RTE
     *
     * @param    object        Reference to parent object, which is an instance of the TCEforms.
     * @param    string        The table name
     * @param    string        The field name
     * @param    array        The current row from which field is being rendered
     * @param    array        Array of standard content for rendering form fields from TCEforms. See TCEforms for details on this. Includes for instance the value and the form field name, java script actions and more.
     * @param    array        "special" configuration - what is found at position 4 in the types configuration of a field from record, parsed into an array.
     * @param    array        Configuration for RTEs; A mix between TSconfig and otherwise. Contains configuration for display, which buttons are enabled, additional transformation information etc.
     * @param    string        Record "type" field value.
     * @param    string        Relative path for images/links in RTE; this is used when the RTE edits content from static files where the path of such media has to be transformed forth and back!
     * @param    integer        PID value of record (true parent page id)
     * @return    string        HTML code for RTE!
     */ 
Примеры использования можно посмотреть в admin_interface и cal.
__________________
TYPO3 FAQ
void вне форума   Ответить с цитированием