Project

shul

0.0
No commit activity in last 3 years
No release in over 3 years
Shoes + XUL = SHUL
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.1.11, ~> 0.1
 Project Readme

Shul: Fetching the value from a textbox

require 'shul'
require 'green_shoes'

xml =<<XML
<app title="Hello World">  
  <textbox id='tb' value='empty' size='40'/>
  <button id="yes1" label="Yes" oncommand="alert(doc.element_by_id('tb').text)"/>
</app>
XML

Shul::Main.new Shoes, xml

The above example will display an alert box with the value of the textbox when the button is pressed.

Screenshot

Screenshot of Shul

Resources

shul shoes gem