[TYPO3-dev] Toggling checkboxes with ExtJS
Steffen Kamper
info at sk-typo3.de
Fri Jun 12 20:18:05 CEST 2009
Hi,
one more as tip to explore:
Open your BE module, oben firebug console. There is an input field, if
you click on the red arrow on the right it opens bigger.
you can use it to explore, eg type this in:
Ext.select('.checkboxes')
press strg + return to execute, you can explore result on the left side
by clicking on it.
You can type in any object you want to explore :) try it with "top" or
any other
Also use this for arrays and objects:
console.dir(object)
vg Steffen
More information about the TYPO3-dev
mailing list