Custom Query (7259 matches)
Results (106 - 108 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2039 | fixed | UI Tabs - make nesting elements work | ||
Description |
It's currently not possible to use HTML like <li><strong><a href="...">...</a></strong></li>
with UI Tabs due to the usage of |
|||
#2040 | fixed | jQuery UI incompatible with v1.3 of jQuery Easing | ||
Description |
Found it out the hard way after downloading the newest version but if you try to use v1.3 and animated:'easeslide' for an Accordion tool it won't work. You have to use the 1.1.1 version in order for the easing and bounce-slide animations to work. |
|||
#2044 | fixed | datepicker to support unicode.org date formats | ||
Description |
hi, unicode.org is the biggest source for localization format data, now also zend framework use unicode.org formats thus i think it would be important that the datepicker could support that kind of format which is completely different from the actual ones for format reference look here: http://framework.zend.com/manual/en/zend.date.constants.html#zend.date.constants.selfdefinedformats section is "Constants for ISO 8601 date output" i understand this could not be critical for many people but it's critical for me, i'm building an free framework (p4a.sf.net), i want to switch to ui datepicker but i need it to read unicode.org formats and anyway it's critical for enterprise projects. |