Opened 16 years ago
Closed 15 years ago
#1012 closed enhancement (wontfix)
Imagebox enhancement proposals
Reported by: | etnt | Owned by: | stefan |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | interface | Version: | 1.1.2 |
Keywords: | imagebox | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
- A way of customize the text shown (e.g $.Imagebox.defaults.prev="previous" ), for i18n purposes.
- A way to shutdown/stop Imagebox (i.e the opposite of $.ImageBox.init() ).
- A callback hook when Imagebox is stopped.
Thx, Tobbe
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Ok, I hacked imagebox.js to achive (2),(3). The code can be found here:
http://noneg.tornkvist.org:8080/js/imagebox.js
Cheers, Tobbe
comment:3 Changed 15 years ago by
Description: | modified (diff) |
---|---|
need: | → Review |
Resolution: | → wontfix |
Status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.
Note: See
TracTickets for help on using
tickets.
Sorry, I'm stupid! Point (1) is taken care of by the textImage and textImageFrom options.