EventGhost4iPhone - iPhone optimized web remote control for Webserver plugin of EventGhost

version 1.1

1) every menu layout and remote(s) layout configuration is in file index.html

2) More info about using IUI is here: http://code.google.com/p/iui/wiki/Introduction

3) every <ul> with unique id is separate menu page and every <div> with unique id is remote

4) menu page items <li> can send events to EventGhost (href="#NONE" onmousedown="downButton(this.name)" onmouseup="upButton(this.name)") 
or can navigate to another menu page (href="#DIGI-TV") or both!

5) buttons can only send events to EventGhost (onmousedown="downButton(this.name)" onmouseup="upButton(this.name)")

5) attribute name is event! (name="CH_DOWN") 


6) Sending events and long button presses is implemented in file scripts.js, configurable parameters are repeat delay and home page (default index.html)

On iPhone is long button presses realized by special repeat toogle button, on other PC browsers works long button presses normally!

For PC use is best Safary 3, also available for Windows.

 