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
Hi Sal! As far as I can tell the first problem that was related to the Ctrl key has been solved in my input, hasn't it? The selected elements move from the left box to the right box and remains in a right box till the end of eternity. > The other problem when you have a large list that doesn’t p

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

2012-05-10 Thread Sal Quintanilla
Great job Yury, multi-select list boxes are a good addition. And to prove you've created a viable option, I'm going to give you some improvement suggestions. What you have works like a traditional multi-select box. But the classic problem with that is an accidental click inside the box, or

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