[TYPO3-dev] API MAC MADE
Sebastiaan van Parijs
sebastiaan at framed.nl
Fri Dec 14 11:13:48 CET 2007
Malte Jansen wrote:
> Sebastiaan van Parijs schrieb:
>> Sebastiaan van Parijs wrote:
>>> Hey guys,
>>>
>>> Im working with API_MACMADE and i'm having trouble with the functions
>>> that use $feAdminConf, $feAdminSection. I don't have a clue how to is
>>> these. So is there anyone using this API and could you please give as
>>> much Code samples as possible.
>>>
>>> I m as specially working with fe_createInput, fe_createTextArea,
>>> fe_createSelect, fe_createSelectFromTable. So those few samples would
>>> be a appreciated.
>>>
>>> Thnx,
>>> Sebastiaan
>>
>> Is there anyone with any experience with this api "api_macmade". Or
>> could some one help me write the code necassery, to call upon the
>> right function properties. The problem is i can reproduce the array
>> ($feAdminConf) needed. Could some one help me reverse engineer it or
>> maybe show me some code how to call apon these functions...
>
> Hi,
>
> You just have to use
> require_once(api_macmade-class-file-path);
>
> Than you can use the function.
>
> Cheers,
>
> Malte
By the way this is the full funtion propertie list:
function fe_createInput( $type, $name, $feAdminConf, $feAdminSection,
$number = 1, $params = array(), $defaultValue = 0, $defaultChecked = 0,
$keepSentValues = 1, $langPrefix = 'pi_feadmin_', $headerSeparation =
':<br />' )
If you need to see the complete api:
http://typo3.org/documentation/document-library/extension-manuals/api_macmade/0.2.7/view/toc/0/
Please help :)
More information about the TYPO3-dev
mailing list