|
Forwarding this to the Laszlo list on behalf
of my colleague. Paul M. Boos, PMP NIPO Program Manager SAIC: From Science to Solutions Office: 703-419-5065 On-Site: 703-601-9831 (no voicemail) eMail: [EMAIL PROTECTED] Navy eMail: [EMAIL PROTECTED] From: We're in DC currently trying to connect Plone to
Laszlo. We'll be here another hour or so. Below is a edit.lzx. I am brand-spanking-new
at Laszlo. I have several questions about this file. 1) All my layout is vertical only. The
<canvas> layout is the only thing working. <simplelayout> is
ignored. I was trying to arrange each "case" to be horizontal,
and between cases jump vertically. 2) How can I set "password" for
edittext through JS - which appears to be my only option. On the other
hand, can I make a "call" out of the <handler> to another
<method> (or other tag) that can then have <edittext...> instead of
"new edittext()" approach? 3) Most of my "includes" are not
working. Is this simply a path problem? TIA, Jim Mastro (352) 428-1442 <canvas debug="true" <dataset name="dset"
<view
datapath="dset:/at/widgets/form/div"> <simplelayout axis="x"/>
<handler name="ondata">
var xpath_result = this.datapath.xpathQuery('label');
var label = xpath_result.getFirstChild();
switch(at_class)
var input_element = this.datapath.xpathQuery('input');
var value = input_element.getAttr('value');
var e = new edittext();
var widget = new checkbox();
var input_element = this.datapath.xpathQuery('input');
var value = input_element.getAttr('value');
var e = new edittext();
var input_element = this.datapath.xpathQuery('input');
var value = input_element.getAttr('value');
var e = new edittext();
var input_element = this.datapath.xpathQuery('input');
var value = input_element.getAttr('value');
var e = new edittext();
var e = new edittext();
</handler> </view> |
_______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
