I am including the following javascripts in this order
ext/adapter/ext/ext-base.js
ext/ext-all.js
ext/examples/portal/Portal.js
ext/examples/portal/PortalColumn.js
ext/examples/portal/Portlet.js
prototype.js
scriptaculous.js
Questions...
- is the order right
- is the adapter right? what is this adapter stuff anyway?
- when I build my own ext package using the slick as snot build tool, do I replace both ext-base.js and ext-all.js?
thanks much!
Generally, you want to use what is in the adapter/prototype folder, this will guarantee compatibility.
... base libs
ext/adapter/prototype/prototype.js
ext/adapter/prototype/scriptaculous.js
ext/adapter/prototype/ext-prototype-adapter.js
ext/ext-all.js
... external/user/etc
ext/examples/portal/Portal.js
ext/examples/portal/PortalColumn.js
ext/examples/portal/Portlet.js
Also, if you build your ext w/ the web app, you need to replace ext-all.js with your custom version.
#If you have any other info about this subject , Please add it free.# |