On Nov 16, 2009, at 11:58 PM, Michael Smith wrote:

> Does Shindig Javascript provide functionality so that one can move gadgets
> around, i.e. rearrange them, like for example in Jira Dashboard?
> By moving around I mean that you click on a gadget and drag it to another
> place on the web page and it stays there...



Shindig does not include this functionality (or any UI-level stuff), as Ivan 
noted. Our original approach for the JIRA 4 dashboard used jQuery UI's 
"sortable" but this had some drawbacks. In particular, the iframe for each 
gadget reloaded whenever you dropped it. It was also pretty slow with lots of 
gadgets on a page. Eventually one of our JavaScript gurus designed a custom 
implementation based on absolute positioning.

-- Tim

Reply via email to