TCA, extension, BE: add custom button?

View: New views
3 Messages — Rating Filter:   Alert me  

TCA, extension, BE: add custom button?

by Gerhard Mehsel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I've a small extension which displays some input fields in BE.
Is it possible to add an additional button near this input fields? The
click on this button should then perform some DB and/or filesystem actions.

Thank you for any hints!
Gerd
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: TCA, extension, BE: add custom button?

by Xavier Perseguers :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Gerhard Mehsel wrote:
> Hello,
>
> I've a small extension which displays some input fields in BE.
> Is it possible to add an additional button near this input fields? The
> click on this button should then perform some DB and/or filesystem actions.

Did you define your field with TCA? If so, you may use a "wizard"
(search for it in tsref) that allows you to do anything you want.

--
Xavier Perseguers
MVC ExtJS Leader

http://forge.typo3.org/projects/show/extension-mvc_extjs
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: TCA, extension, BE: add custom button?

by Tolleiv.Nietsch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Gerhard Mehsel schrieb:
> Hello,
>
> I've a small extension which displays some input fields in BE.
> Is it possible to add an additional button near this input fields? The
> click on this button should then perform some DB and/or filesystem actions.
>
> Thank you for any hints!
> Gerd

You might consider to render your inputfield yourself...
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.2.0/view/4/2/#id4302851

_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev