We typically put it on a static property. OverText. Example:
https://github.com/mootools/mootools-more/blob/master/Source/Forms/OverText.js#L64 and https://github.com/mootools/mootools-more/blob/master/Source/Forms/OverText.js#L225-257 On Mon, May 16, 2011 at 4:59 AM, Robert <[email protected]> wrote: > Is there any "use template" in mootools for class fields (values)? > f.e. I need to count how many modal windows are created and open to > now if I can activate my form. > I used to save it in the form element, but it probably better belongs > to Class. My question is: is there specific mootools way of doing > this? ;) > > > Thanks, > Robert >
