hi,

OpenLayers.Event.observe(myTextInput, "click",
                      this.focusInputField);
focusInputField: function(evt) {
        evt.target.focus();
},

j

Jachym Cepicky píše v Čt 13. 09. 2007 v 16:11 +0200:
> Hi,
> 
> I try to setup basic WPS [1][2] client in OpenLayers. I used
> OpenLayers.Control.LayerSwitcher as base for the code. The working demo
> (at least in Firefox) can be seen at [3].
> 
> Only one problem: It is not possible, to focus input text fields by
> mouse (<input type="text"></input>), so you can not write new values per
> keyboard (for example the server name or later the process Input
> values). Could anybody give me advice, how to get this working?
> 
> The source, used in the demo [3] is new file, called WPS.py [4].
> 
> Thanks
> 
> Jachym
> 
> [1] http://www.opengeospatial.org/standards/requests/28
> [2] http://pywps.wald.intevation.org
> [3]
> http://www.bnhelp.cz/mapserv/pokusy/OpenLayers/jachym/openlayers/examples/wps.html
> [4]
> http://dev.openlayers.org/sandbox/jachym/openlayers/lib/OpenLayers/Control/WPS.js
> _______________________________________________
> Dev mailing list
> [email protected]
> http://openlayers.org/mailman/listinfo/dev
-- 
Jachym Cepicky
e-mail: [EMAIL PROTECTED]
URL: http://les-ejk.cz
GPG: http://www.les-ejk.cz/pgp/jachym_cepicky-gpg.pub

Attachment: signature.asc
Description: Toto je digitálně podepsaná část zprávy

_______________________________________________
Dev mailing list
[email protected]
http://openlayers.org/mailman/listinfo/dev

Reply via email to