[TYPO3-dev] How this API works?!
Sebastiaan van Parijs
sebastiaan at framed.nl
Thu Jan 17 12:03:11 CET 2008
Hi there,
Im working on off Jean-Davids projects. Im using his APIMACMADE in
loving the source nicely built. The only reall problem i got is these
functions:
function fe_createInput( $type, $name, $feAdminConf, $feAdminSection,
$number = 1, $params = array(), $defaultValue = 0, $defaultChecked = 0,
$keepSentValues = 1, $langPrefix = 'pi_feadmin_', $headerSeparation =
':<br />' )
function fe_createTextArea( $name, $feAdminConf, $feAdminSection,
$params = array(), $defaultValue = 0, $keepSentValues = 1, $langPrefix =
'pi_feadmin_', $headerSeparation = ':<br />' )
function fe_createSelect( $name, $feAdminConf, $feAdminSection,
$options, $htmlspecialchars = 1, $params = array(), $keepSentValues = 1,
$langPrefix = 'pi_feadmin_', $headerSeparation = ':<br />' )
function fe_createSelectFromTable( $name, $feAdminConf, $feAdminSection,
$table, $pidList, $labelField, $valueField = 'uid', $htmlspecialchars =
1, $addWhere = '', $groupBy = '', $orderBy = '', $limit = '', $params =
array(), $keepSentValues = 1, $langPrefix = 'pi_feadmin_',
$headerSeparation = ':<br />' )
The use of $required, $eval, $parse and $feAdminConf is almost
impossible to correctly apply when using the functions.... could you
send me some samples, how to correctly use these functions, so they will
work as intended?!
Need help please!!
Thnx,
Sebastiaan
More information about the TYPO3-dev
mailing list