[TYPO3-german] datatype bitmask
Andreas Burg
typo3 at andreasburg.de
Mon Jul 28 16:44:26 CEST 2008
Hallo zusammen,
weiß jemand wie der datatype "bitmask" anzuwenden ist, er ist in der TSref nicht deklariert? Er wird
z.B. in options.allertPopups benutzt.
folgende Werte habe ich zur Auswahl:
1 – onTypeChange
2 – copy / move / paste
4 - delete
8 – FE editing
128 - other (not used yet)
Default: 255 (show all warnings)
Ich vermute, dass ich die Werte addieren muss, z.B. wenn ich Allert Popups nur bei "copy/move/paste"
ODER "delete" ODER "other (not used yet)" haben möchte => 2+4+128=134 =>
options.allertPopups = 134
kann das jemand bestätigen?
Gruß Andreas
More information about the TYPO3-german
mailing list