User Tools

Site Tools


pracro:devas_corner

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
pracro:devas_corner [2010/08/10 10:49] devapracro:devas_corner [2010/08/10 10:52] deva
Line 19: Line 19:
   </resume>   </resume>
  
-  <script+  <scripts
-    function foo() +    <script> 
-      -- this: current widget (widget that triggered the event)+      function foo() 
 +        -- this: current widget (widget that triggered the event)
  
-      this.setChecked(true)+        this:setChecked(true)
  
-      foo = getWidgetByName('test2')+        foo = widget('test2')
  
-      if ( foo && foo.getType() == 'lineedit'+        if ( foo && foo:type() == 'lineedit'
-      then +        then 
-         foo.setValue('bleh')+          foo:setValue('bleh') 
 +        end
       end       end
-    end +    </script> 
-  </script>+  </scripts>
   <widgets caption="Test Resume"   <widgets caption="Test Resume"
           layout="vbox">           layout="vbox">
Line 43: Line 45:
 The script tag can either consist of inline code, or be a reference to a serverside file, that will be inserted in-place by the server before it is sent to the client. The script tag can either consist of inline code, or be a reference to a serverside file, that will be inserted in-place by the server before it is sent to the client.
 <code xml> <code xml>
-<script> +<scripts> 
---example +  <script src="foo.lua"/
-</script> +  <script> 
-<script file="foo.lua"/>+    --example 
 +  </script> 
 +</scripts>
 </code> </code>
  
pracro/devas_corner.txt · Last modified: 2011/01/14 14:49 by deva