Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source MagazineAOE Media

Chapter 13. GP Vars

These variables are used to create links from other extensions, pages or actions of Meta Feedit Extension ...

GP Var

Description

1. Edit commands

rU

Uid of record to edit

cmd

Edit mode : (create or edit)

preview

Preview mode : if 1 all fields are read only

1. Origin Table

These commands allow to limit records to uid fields of record of a foreign table called « Origin Table »

oU

Uid of record containing uids of records to edit.

oUTable

Origin Table

oUField

Field containing uids of records to edit

oUKeyField

Not tested yet

1. FeUser

These commands allow to limit records to value  fields of connected FeUser.

fUField

FeUser Field containing data to be joined

fUKeyField

Data field to make join on

1. 

Example : fUField=username

fUKeyName=name

will generate wherestring : and table.name = 'johndoe'

1. List filtering

These commands allow to limit records to values of variables sent.

<table>[lV]

value

<table>[lField]

Generates wherestring :and table.field=value

<table>-rU

['list.']['rUJoinField'] ???

1. 

1. INPUT DATA ARRAY

FE