[Laszlo-dev] v.constructor.tagname vs. v.constructor.classname

Philip Romanik promanik at laszlosystems.com
Thu Nov 9 08:54:33 PST 2006


Hi Henry, Tucker,

I'm going through my bug list and fixing all the old this.classname
references. In list.lzx (/lps/components/lz/list.lzx), the change has
already been made. However, I think this should be
v.constructor.tagname and not v.constructor.classname. Can you
confirm?

Thanks!

Phil


               <handler name="onaddsubview" args="v"> <![CDATA[
                    if ( classroot.itemclassname == "" ){
                        classroot.itemclassname = v.constructor.classname;
                    }
                    if ( ( classroot.dataoption == "lazy" ||
                           classroot.dataoption == "resize" ) &&
                            !classroot._itemheight  ){
                        classroot._itemheight = v.height;
                    }
                   classroot.adjustmyheight();
                ]]></handler>


More information about the Laszlo-dev mailing list