Die TYPO3 Mailingliste - nicht fragen: lesen!
This is a discussion on [TYPO3] Accessing flexforms from backend module within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hey list, Is there any way to use flexforms in a backend module AND later access it's values in ...
|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hey list,
Is there any way to use flexforms in a backend module AND later access it's values in the same backend module? We want to extend aux_newsmailer to enable user to select records, which should be sent and so have to select records in BE and read out (at sending), what was selected. Because of it's a backend module, we can't access pibase::get_FFValue (right?) - so is there any solution or any better way to give user the ability to select multiple records out of a list (of tt_news records). Steffen _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
Hi!
Steffen Gebert wrote: > Is there any way to use flexforms in a backend module AND later access it's > values in the same backend module? > > We want to extend aux_newsmailer to enable user to select records, which > should be sent and so have to select records in BE and read out (at > sending), what was selected. > > Because of it's a backend module, we can't access pibase::get_FFValue > (right?) - so is there any solution or any better way to give user the > ability to select multiple records out of a list (of tt_news records). You can see how code in tslib_pibase works and do the same. Generally it means decoding xml to array and accessing array. But don't do a home made solution because there are several flexform formats. TYPO3 know them all and handle transparently for you. See tslib_pibase. -- Dmitry Dulepov TYPO3 Core team My TYPO3 book: http://www.packtpub.com/typo3-extens...velopment/book In the blog: http://typo3bloke.net/post-details/t...ng_in_eclipse/ _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-install] Problem accessing the backend after installation | Jesper Heldorf Fredskild | typo3-install@lists.netfielders.de | 0 | 18.07.2008 15:11 |
| [TYPO3] tinyrte makes filelink urls ABSOLUTE,as the url you are accessing the backend at, how to force RELATIVE? | Andrew Davis | typo3-english@lists.netfielders.de | 1 | 25.09.2007 20:04 |
| [TYPO3] Doc module in Backend | Jean-Baptiste Aviat | typo3-english@lists.netfielders.de | 0 | 08.08.2007 16:51 |
| [TYPO3] Accessing backend-module class from other backend-module? | Mathias Gisch | typo3-english@lists.netfielders.de | 0 | 15.04.2007 11:21 |
| [TYPO3-dev] Flexforms in Backend Modules | Mark Schmidt | typo3-dev@lists.netfielders.de | 0 | 11.01.2007 15:05 |