Chris, should be just fine to create modules of mixins, although I
haven't personally done it.
Cheers,
Robert
On Oct 9, 2007, at 10/99:32 AM , Chris Lewis wrote:
After some chatting in the IRC channel (everyone should check that
out) and some reading, it seems that a mixin was the way to go
After some chatting in the IRC channel (everyone should check that out)
and some reading, it seems that a mixin was the way to go. Now I've
successfully implemented my text monitor as a mixin and am working on
ways to make it quickly usable but also customizable. Does anyone know
if its possibl
Hello,
I'm working on a component that can be used to accompany text components
(text and textarea). My component will provide a client-side count of
characters in the box (using JS), as well as enforce limits on the size.
I know most of what I need to do, but I want to be able 'attach' my
co