| Package | de.wwsc.t3flex.vo |
| Class | public class T3Configuration |
See also
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
| T3Configuration | |||
| baseSitePid | property |
public var baseSitePid:uint = 1Typo3-PageID, where the Dataprovider is located in Typo3 IMPORTANT! only PIDs are allowed no "Real-URLs"
The default value is = 1.
| baseType | property |
public var baseType:uint = 9020Typo3-PageType: which displays the XML-Data Do only change, if you know what you're doing!
The default value is = 9020.
| baseTypeImages | property |
public var baseTypeImages:uint = 9031Typo3-PageType: which displays the Images Do only change, if you know what you're doing
The default value is = 9031.
| baseUrl | property |
baseUrl:String [read-write]Implementation
public function get baseUrl():String
public function set baseUrl(value:String):void
| debugBaseUrl | property |
public var debugBaseUrl:String
| defaultInsertPid | property |
public var defaultInsertPid:int = -1Typo3-PageId where new records are stored into
The default value is = -1.
| deliverOnlySelectedLanguage | property |
public var deliverOnlySelectedLanguage:Boolean = falseIf set to true only entries of the given main language will be delivered
The default value is = false.
See also
| displayAlertOnError | property |
public var displayAlertOnError:Boolean = falseSet to true if you want to get a t3Flex Alert-Box on Loading-Errors
The default value is = false.
| ftu | property |
public var ftu:String = ""the string used to authenticate the user
| imageUploadDir | property |
public var imageUploadDir:String = "uploads/tx_srfeuserregister/"
| language | property |
public var language:uint = 0Is set to the language-ID used in Typo3
| loginUser | property |
public var loginUser:T3Fe_UserObject 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
| loginUserStoragePid | property |
public var loginUserStoragePid:uintTypo3-PID where your the Login-User is stored
The default value is = null.
See also
| noUserCheck | property |
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
| pageTree | property |
public var pageTree:T3PagetreeObject where informations about Typo3-SiteStructure can be found
| t3BaseUrlFromSwfStorage | property |
t3BaseUrlFromSwfStorage:String [read-only]Implementation
public function get t3BaseUrlFromSwfStorage():String
| T3Configuration | () | constructor |
public function T3Configuration()