Re: [SMW-devel] Semantic Forms [Semediawiki-user]

2014-03-21 Thread Lists
ke [mailto:s7ep...@gmail.com] Gesendet: Freitag, 21. März 2014 15:39 An: Lists Cc: Semantic MediaWiki developers Betreff: Re: [SMW-devel] Semantic Forms [Semediawiki-user] Yes, as I said, you will have to change the , not the . Have a look at .../libs/SemanticForms.js. Comboboxes handling is the first few

Re: [SMW-devel] Semantic Forms [Semediawiki-user]

2014-03-21 Thread Stephan Gambke
ying text-input? > > cheers St. > -Ursprüngliche Nachricht- > Von: Stephan Gambke [mailto:s7ep...@gmail.com] > Gesendet: Freitag, 21. März 2014 14:48 > An: Lists > Cc: Semantic MediaWiki developers > Betreff: Re: [SMW-devel] Semantic Forms [Semediawiki-user] > &g

Re: [SMW-devel] Semantic Forms [Semediawiki-user]

2014-03-21 Thread Lists
s not work for a hidden select. Any suggestions to reach the underlying text-input? cheers St. -Ursprüngliche Nachricht- Von: Stephan Gambke [mailto:s7ep...@gmail.com] Gesendet: Freitag, 21. März 2014 14:48 An: Lists Cc: Semantic MediaWiki developers Betreff: Re: [SMW-devel] Semantic Form

Re: [SMW-devel] Semantic Forms [Semediawiki-user]

2014-03-21 Thread Stephan Gambke
; Could you provide one? > > > -Ursprüngliche Nachricht- > Von: Stephan Gambke [mailto:s7ep...@gmail.com] > Gesendet: Freitag, 21. März 2014 13:42 > An: Lists > Cc: Semantic MediaWiki developers > Betreff: Re: [SMW-devel] Semantic Forms [Semediawiki-user] > > Co

[SMW-devel] Semantic Forms [Semediawiki-user]

2014-03-21 Thread Lists
endet: Freitag, 21. März 2014 13:42 An: Lists Cc: Semantic MediaWiki developers Betreff: Re: [SMW-devel] Semantic Forms [Semediawiki-user] Comboboxes support the 'class' parameter in their field description. Its value will be set in the class attribute of the select HTML element. Maybe you

Re: [SMW-devel] Semantic Forms [Semediawiki-user]

2014-03-21 Thread Stephan Gambke
Comboboxes support the 'class' parameter in their field description. Its value will be set in the class attribute of the select HTML element. Maybe you can use that to identify your element. AFAIK the combobox element does not have a setter for its value, but I think it should work if you just set

[SMW-devel] Semantic Forms [Semediawiki-user]

2014-03-21 Thread Lists
Hi, I want to attache an onChange-handler to a combobox. Unfortunately I see a doubled DOM-ID "input_23". And the Select-Input is hidden, followed by a text-input and button without any ID, wich I can't reach too. Any suggestions to solve this? I want to set a value of a combobox depending on