[TYPO3-english] EXT: wfqbe DB Integration -- Custom Template
James Hagist
james.hagist at gmail.com
Wed Oct 31 00:15:30 CET 2012
List,
As I look over the documentation more it appears as though all the
fields in the custom template must be defined in the Typo3 script? Can
anyone confirm that?
Thanks,
James
On 10/29/2012 9:30 PM, James Hagist wrote:
> Hi List,
>
> I am only able to get this as the results when I use a custom template.
> I have set the plugin to "Table" and "Custom" with same results. I am
> sure it is something easy but not sure what.
>
> Web Page
>
> >>>>>>>>>>>>>>>>>>>>>
> Detail Query
> ###FIELD_account_table.Account###
>
> Born: ###FIELD_account_table.Accounting_Group_Full_Desc###
> Race: ###FIELD_account_table.Responsibility_Code_Full_Desc###
> Title:
> Link:
>
> Record created on:
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>
> HTML Template:
>
> >>>>>>>>>>>>>>>>>>
> <!-- ###RESULT_TEMPLATE### -->
> <div id="###CONF_DIVID###">
> <!-- ###DATA_TEMPLATE### -->
> <div class="###WFQBE_CLASS###">
> <h2 class="first">###FIELD_account_table.Account###</h2><br />
>
> <strong>Born:</strong>
> ###FIELD_account_table.Accounting_Group_Full_Desc###<br />
> <strong>Race:</strong>
> ###FIELD_account_table.Responsibility_Code_Full_Desc###<br />
> <strong>Title:</strong> ###FIELD_title###<br />
> <strong>Link:</strong> ###FIELD_www###<br />
> <br />
> <strong>Record created on:</strong> ###FIELD_crdate###<br />
> ###FIELD_uid###
> </div>
> <!-- ###DATA_TEMPLATE### -->
> </div>
> <!-- ###RESULT_TEMPLATE### -->
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>
> Typo3 Template
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> ## DB Management
>
> plugin.tx_wfqbe_pi1 {
> template = EXT:wfqbe/pi1/wfqbe_template.html
> style = EXT:wfqbe/pi1/stile.css
> defLayout = 0
> debugQuery = 0
>
> insert {
> pageConfirmation = 1
> requiredSymbol = *
> add_new {
> icon = EXT:wfqbe/res/add.gif
> }
> select_wizard {
> icon = EXT:wfqbe/res/open.gif
> }
> }
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
More information about the TYPO3-english
mailing list