Paolo Pustorino

Results 10 comments of Paolo Pustorino

I second this, that's exactly what I was searching for and I just stumbled onto tagify :) Do you have any advice on how to achive this?

I'll try my best to achieve this with one of the available markdown editors out there and let you know if I get somewhere with this. Thanks for your wonderful...

Came in search for this, the image is huge. @abarichello I'm not a docker ninja but should I find the time to make it work, are you interested in merging...

I also added two new callbacks: onTokenSelect and onTokenDeselect, to support acting on token (in my case, hiding and showing a tooltip, but let your fantasy fly :)).

Last commit to show new features in demo page. I also fixed script source for jQuery, pointing straight to jQuery CDN to last stable. Previous 1.5.1 linked version didn't support...

This last commit adds a simple demo on how to use tokenInput for creating new elements using onResult callback in addition to searching in a closed set, actually using it...

Err... bothered again! I added a "replace" function so that tokens can be replaced "in place" (read: without changing position). Calling ``` javascript $(el).tokenInput('replace', item, newitem); ``` will result in...

I agree! I actually forgot to consider the multipart issue! I'll add ->make_multipart() method to FB_creator, obviously it will be automagically called if you include a file field! :)

Uhmmm... I think I fell into a pitfall here: I thought no multiple-select dropdown was possible, so I simply redirected all calls to add_dropdown_field() which selected values was an array...

Hi @bmcorser. Any chance you'll consider this PR?