Ok,
for the Object tag I've found
the template:
http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/templates/object-tag-response.xslt
and the responder class
http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/servlets/responders/ResponderOBJECT.java
If I want to modify the template based on a canvas attribute
@fullscreen, how can that be achieved?
Thanks,
Raju
On Jun 11, 2009, at 1:42 PM, Raju Bitter wrote:
Max, Henry,
I'm back at working on http://jira.openlaszlo.org/jira/browse/LPP-8107
I have a few qestions:
1) What kind of code do you put into LzScreenKernel, compared to
LaszloCanvas? Would be better to have the code to go into fullscreen
mode in LzScreenKernel? Max already suggested that, so that will be
my approach for now.
2) Where's the connection between canvas attributes and the
templates used for HTML generation. I'll look into that, but some
input would be valuable.
I'm documenting my approach here:
http://wiki.openlaszlo.org/SWF_Runtime_Fullscreen_Support#Ongoing_work
- Raju