both libs can coexist.
from http://www.mochikit.com/doc/html/MochiKit/index.html:
<quote>
To turn off MochiKit's export feature (which may be necessary for
compatibility with some existing code), do this before loading
MochiKit:
<script type="text/javascript">MochiKit = {__export__: false};</
script>
When export mode is off, you must use fully qualified names for all
MochiKit functions (e.g. MochiKit.Base.map(...)).
</quote>
no, there is no 1.4 release right now, but they are really close to it
- and in the mailing list the opinion is, that the current 1.4 from
svn (the packed ones) can already be used for production-issues.
the roundClass(...) and roundElement(...) functions are within 1.4 and
work quite well.
little hint:if you want to round a div, make sure, that no padding is
applied to it - else you will get some ugly results...
regards, frank
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---