Change 20100518-hqm-F by [email protected] on 2010-05-18 10:43:31 EDT
    in /Users/hqm/openlaszlo/trunk1
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: change selector attribute of <passthrough> tag to 'when'

New Features:

Bugs Fixed: LPP-8995

Technical Reviewer: andre
QA Reviewer: ptw
Doc Reviewer: (pending)

Documentation:

Release Notes:

Overview:
    
    
Details:

+ change attribute name of passthrough tag to "when"

+ don't prepend '$' to value

Tests:

compile in dhtml and swf10. Passthrough content should get stripped
for dhtml, and should appear in swf10 temp as file for class foo. 

<canvas width="100%" height="80%" >
  <class name="foo">
    <passthrough when="$as3">
      import flash.net.*;
    </passthrough>
    <method name="foo">
      Debug.info('foobar');
    </method>
  </class>
</canvas>


Files:
M       WEB-INF/lps/server/src/org/openlaszlo/compiler/NodeModel.java
M       WEB-INF/lps/server/src/org/openlaszlo/compiler/ClassModel.java

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20100518-hqm-F.tar

Reply via email to