Change hqm-20100826-RcK by [email protected] on 2010-08-26 11:28:46 EDT
    in /Users/hqm/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: add "proxied" checkbox to dev console

New Features:

Bugs Fixed: LPP-9329

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

Documentation:

Release Notes:

Overview:

Add checkbox in dev console to control 'proxied' query flag
    

Details:
    
Pass the value of the app 'proxied' query arg into the dev console, so it can 
display it as a checkbox value

+ also, the checkbox for 'use mastersprite' in DHTML  was not updating it's 
value to present the current option,
fixed to support both old ('lzusemastersprite')  and new ('usemastersprite')  
of arg name. 

Tests:

test case, displays canvas proxied setting. Test with dev console, toggling the 
checkbox, in all runtimes
<canvas height="60%"> 
  <text x="300" text="$once{'proxied: '+canvas.proxied}"/>
</canvas>



Files:
M       WEB-INF/lps/lfc/services/LzBrowser.lzs
M       WEB-INF/lps/server/src/org/openlaszlo/utils/LZHttpUtils.java
M       WEB-INF/lps/templates/app-console_jp.xslt
M       WEB-INF/lps/templates/app-console.xslt
M       lps/admin/dev-console.lzx.swf
M       lps/admin/dev-console.lzx
M       lps/admin/lps/includes/lfc/LFCdhtml.js
M       lps/admin/dev-console.lzx.js

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/hqm-20100826-RcK.tar

Reply via email to