Packagede.wwsc.t3flex.vo
Classpublic class T3Configuration

For setup of Typo3 pls have a look at the example in the T3Flex-Class

See also

T3Flex.Typo3Setup


Public Properties
 PropertyDefined by
  baseSitePid : uint = 1
Typo3-PageID, where the Dataprovider is located in Typo3 IMPORTANT! only PIDs are allowed no "Real-URLs"
T3Configuration
  baseType : uint = 9020
Typo3-PageType: which displays the XML-Data Do only change, if you know what you're doing!
T3Configuration
  baseTypeImages : uint = 9031
Typo3-PageType: which displays the Images Do only change, if you know what you're doing
T3Configuration
  baseUrl : String
T3Configuration
  debugBaseUrl : String
T3Configuration
  defaultInsertPid : int = -1
Typo3-PageId where new records are stored into
T3Configuration
  deliverOnlySelectedLanguage : Boolean = false
If set to true only entries of the given main language will be delivered
T3Configuration
  displayAlertOnError : Boolean = false
Set to true if you want to get a t3Flex Alert-Box on Loading-Errors
T3Configuration
  ftu : String = ""
the string used to authenticate the user
T3Configuration
  imageUploadDir : String = "uploads/tx_srfeuserregister/"
T3Configuration
  language : uint = 0
Is set to the language-ID used in Typo3
T3Configuration
  loginUser : T3Fe_User
Object where you can store password and username that is used for checking if your user is allowed to use the dataservice.
T3Configuration
  loginUserStoragePid : uint
Typo3-PID where your the Login-User is stored
T3Configuration
  noUserCheck : Boolean = false
If set to true T3Flex-Dataservice will send your credentials of your loginUser with the first query.
T3Configuration
  pageTree : T3Pagetree
Object where informations about Typo3-SiteStructure can be found
T3Configuration
  t3BaseUrlFromSwfStorage : String
[read-only]
T3Configuration
Public Methods
 MethodDefined by
  
T3Configuration
Property detail
baseSitePidproperty
public var baseSitePid:uint = 1

Typo3-PageID, where the Dataprovider is located in Typo3 IMPORTANT! only PIDs are allowed no "Real-URLs"

The default value is = 1.

baseTypeproperty 
public var baseType:uint = 9020

Typo3-PageType: which displays the XML-Data Do only change, if you know what you're doing!

The default value is = 9020.

baseTypeImagesproperty 
public var baseTypeImages:uint = 9031

Typo3-PageType: which displays the Images Do only change, if you know what you're doing

The default value is = 9031.

baseUrlproperty 
baseUrl:String  [read-write]Implementation
    public function get baseUrl():String
    public function set baseUrl(value:String):void
debugBaseUrlproperty 
public var debugBaseUrl:String
defaultInsertPidproperty 
public var defaultInsertPid:int = -1

Typo3-PageId where new records are stored into

The default value is = -1.

deliverOnlySelectedLanguageproperty 
public var deliverOnlySelectedLanguage:Boolean = false

If set to true only entries of the given main language will be delivered

The default value is = false.

See also

displayAlertOnErrorproperty 
public var displayAlertOnError:Boolean = false

Set to true if you want to get a t3Flex Alert-Box on Loading-Errors

The default value is = false.

ftuproperty 
public var ftu:String = ""

the string used to authenticate the user

imageUploadDirproperty 
public var imageUploadDir:String = "uploads/tx_srfeuserregister/"
languageproperty 
public var language:uint = 0

Is set to the language-ID used in Typo3

loginUserproperty 
public var loginUser:T3Fe_User

Object where you can store password and username that is used for checking if your user is allowed to use the dataservice.

We strongly recommend securing your dataservice

The default value is = null.

See also

loginUserStoragePidproperty 
public var loginUserStoragePid:uint

Typo3-PID where your the Login-User is stored

The default value is = null.

See also

noUserCheckproperty 
public var noUserCheck:Boolean = false

If set to true T3Flex-Dataservice will send your credentials of your loginUser with the first query.

We strongly recommend securing your dataservice

The default value is = false.

See also

pageTreeproperty 
public var pageTree:T3Pagetree

Object where informations about Typo3-SiteStructure can be found

t3BaseUrlFromSwfStorageproperty 
t3BaseUrlFromSwfStorage:String  [read-only]Implementation
    public function get t3BaseUrlFromSwfStorage():String
Constructor detail
T3Configuration()constructor
public function T3Configuration()