I'm trying to inline classes in our app to save a little more memory. The docs are a little unclear about the compiler directives for 'inline' vs 'inline-only'.
I'm assuming that we need to use 'inline-only'. Is this correct? Also, I think I found a typo in the following section: ---------------------------------------------------------------- ...so that this <?lzc class="c1" inline-only="true"?> <?lzc class="c1" inline-only="true"?> can be abbreviated as this: <?lzc classes="c1 c2" inline-only="true"?> ---------------------------------------------------------------- I think that the second compiler directive should actually be... <?lzc class="c2" inline-only="true"?> _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
