Flowing widget is good, but what about slidedown widget? I can try to do it but don't know how to theme widget.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fancy_insert-slidedown_in_widget-1785796-1.patch | 905 bytes | Negor |
Flowing widget is good, but what about slidedown widget? I can try to do it but don't know how to theme widget.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fancy_insert-slidedown_in_widget-1785796-1.patch | 905 bytes | Negor |
Comments
Comment #1
dagmarHm, interesting. I never thought about that. This module doesn't provide any template system, because it basically applies styles to the form provided by the image module.
To implement an slideshow I think we should do three things:
First, allow to choose between the grid and the slideshow style in the UI.
Secondly, add a javascript to convert the image table into a slideshow.
And third, style this new display using css.
I'm not really sure if table rows can be used a elements of a slideshow.
I don't have time to work on this feature, but I can review your patch @Negor.
Comment #2
Negor commentedI hope I make all right and this patch do what I want
Comment #3
dagmarAwesome, I'll check this soon.