Custom Query (18300 matches)
Results (16 - 18 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#7960 | wontfix | Fancy forms | ||
Description |
Hi, One way to improve the forms could be to include features like in this javascript library : http://lipidity.com/fancy-form/#overview |
|||
#7961 | patchwelcome | Dojo slideshow improvements | ||
Description |
Here's a list of improvments relative to the dojo slideshow :
|
|||
#11018 | patchwelcome | ScrollPane doens't scroll <div> content only | ||
Description |
Hello, I've tried using a scrollPane to display content surrendered by divs and this doesn't work at all. this.scrll.innerHTML = '<div class="test"><div class="item">item1</div>(200 items...)</div>';
And on my template : <div dojoAttachPoint="scrll" id="scrll"></div> Doing this the scroll doesn't work at all. When I change my content to <h1>Title</h1> <li> element ... it works fine |