[TYPO3-english] ['columns'][fieldname]['config'] / TYPE: "check"
Sergey Alexandrov
serg at alexandrov.us
Sat Sep 17 00:20:55 CEST 2011
Guys,
Looking at
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.3.0/view/4/2/#id2522174
"... You can have between 1 and 10 checkboxes ... "
Does anybody knows why 10 is the limit? If 10, then it takes at least 2
bytes, because each check-box allocates 1 bit, but if it's true, the
limit should be 16 (2 bytes) , not 10 ....
I've created this way 11 check-boxes (don't need more as for now :) and
seems like it works fine ... or I could have some issues in the future?
Thanx,
Sergey
More information about the TYPO3-english
mailing list