Re: [SMW-devel] [SF] Programming Form Input

2012-05-14 Thread Yaron Koren
Hi Yury, I just checked in the SF part of your patch - thanks! I'm planning to make a similar change for the other form inputs at some point - it will most just involve a bunch of find-and-replaces. -Yaron On Fri, May 11, 2012 at 2:47 PM, Yury Katkov wrote: > Hi Yaron and Stephan! > > I have a

Re: [SMW-devel] [SF] Programming Form Input

2012-05-11 Thread Yury Katkov
d with IE? > > ** ** > > Sal > > ** ** > > *From:* Yury Katkov [mailto:katkov.ju...@gmail.com] > *Sent:* Thursday, May 10, 2012 11:18 AM > *To:* salqu...@gmail.com > *Cc:* SMW developer list > *Subject:* Re: [SMW-devel] [SF] Programming Form Input > > **

Re: [SMW-devel] [SF] Programming Form Input

2012-05-11 Thread Yury Katkov
Hi Yaron! I found the answer to my question about the square brackets in form input's name. It's done for PHP to know that all the values of the same name must be collected in an array. Here is it : http://docs.php.net/manual/en/faq.html.php#faq.html.arrays - Yury Katkov On Thu, May 10, 20

Re: [SMW-devel] [SF] Programming Form Input

2012-05-10 Thread trueskew
seen it working as expected with IE? Sal From: Yury Katkov [mailto:katkov.ju...@gmail.com] Sent: Thursday, May 10, 2012 11:18 AM To: salqu...@gmail.com Cc: SMW developer list Subject: Re: [SMW-devel] [SF] Programming Form Input Hi Sal! As far as I can tell the first problem that was

Re: [SMW-devel] [SF] Programming Form Input

2012-05-10 Thread Yury Katkov
the side that shows what has been selected would be a > great way to let users track their work. > > ** ** > > Take care. > > Sal > > ** ** > > *From:* Yury Katkov [mailto:katkov.ju...@gmail.com] > *Sent:* Thursday, May 10, 2012 3:27 AM > *To:* SMW

Re: [SMW-devel] [SF] Programming Form Input

2012-05-10 Thread Sal Quintanilla
tkov.ju...@gmail.com] Sent: Thursday, May 10, 2012 3:27 AM To: SMW developer list Subject: [SMW-devel] [SF] Programming Form Input Hi everyone and especially SF/SFI developers! I've just finished the pre-alpha version of the new Semantic Form Input for selecting multiple items in a comf

Re: [SMW-devel] [SF] Programming Form Input

2012-05-10 Thread Yury Katkov
Thanks Stephan, now I understand about the methods in SFInput! - Yury Katkov On Thu, May 10, 2012 at 6:20 PM, Stephan Gambke wrote: > Hi Yury, > > very nice input, I love it. > > On 10 May 2012 12:26, Yury Katkov wrote: > > == Question 1. History and future plans == > > As far as I can t

Re: [SMW-devel] [SF] Programming Form Input

2012-05-10 Thread Yury Katkov
Thanks Yaron for your quick answer and for the explanation! I use jquery library multi-select it's available here: http://loudev.com/ I have tested it on mw1.19 jquery and it seem that it works pretty well. > Tied in with that, the name you chose for this input type, "multiselect", is actually on

Re: [SMW-devel] [SF] Programming Form Input

2012-05-10 Thread Stephan Gambke
Hi Yury, very nice input, I love it. On 10 May 2012 12:26, Yury Katkov wrote: > == Question 1. History and future plans == > As far as I can tell from the code there are three generations of FormInputs > exist now, am I right? > > 1) in the past input developer had to override getHTML() function

Re: [SMW-devel] [SF] Programming Form Input

2012-05-10 Thread Yaron Koren
Hi Yury, My answers are below. On Thu, May 10, 2012 at 6:26 AM, Yury Katkov wrote: > Hi everyone and especially SF/SFI developers! > > I've just finished the pre-alpha version of the new Semantic Form Input > for selecting multiple items in a comfortable way. > You can see the demo here: > > ht

[SMW-devel] [SF] Programming Form Input

2012-05-10 Thread Yury Katkov
Hi everyone and especially SF/SFI developers! I've just finished the pre-alpha version of the new Semantic Form Input for selecting multiple items in a comfortable way. You can see the demo here: http://test12.wikivote.ru/index.php?title=D&action=formedit I want to write a piece of technical doc