DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

tx_glcrossword_crosswordΒΆ

Attribute Protection Description
$m_arrCrosswords Static Public Global Array with all Crosswords
$m_intUniqueId Protected The unique ID of this Crossword
$m_intWidthOfCrossword Protected Width of the crossword.
$m_intHeighthOfCrossword Protected Height of the crossword.
$m_arrBoxes[x,y] Protected Array where every box is stored with ist x and y coordinates.
$m_arrErrorBoxes Protected Array with boxes, which are out of bound or with similair failures.
$m_blnIsError Protected If this flag is true, then is in the whole crossword at least one box with error.
$m_strErrorDialog Protected The content of the error dialog widget on the frontend
$m_objPiBase Public The tslib_pibase for some helper methods.