[TYPO3-english] extbase scheduler task
Domi
djgarms at gmail.com
Thu Jun 27 04:28:06 CEST 2013
Hello,
I wrote command controller task which has some variables. Now I want to
show a textarea field instead of a textinput field.
Here my function:
class CrawlerCommandController extends CommandController {
/**
*
* @param bool $clearAllCaches
* @param string $urls
*/
public function crawlXmlCommand($clearAllCaches = FALSE, $urls = '') {
(...)
I would like to show $urls in scheduler as a textarea field rather than
input, whats the recommended way of doing this?
Thanks
Dominic
More information about the TYPO3-english
mailing list