Kevin,
What u said is the best idea for core features.
for plugins/optional features ...  it increases the file size... shouldn't
there be different files for different optional features?
Like one for dynamic-height, one for tabs, etc ? and so that the app can
request whatever it actually needs.

On Tue, Mar 11, 2008 at 1:55 AM, Kevin Brown <[EMAIL PROTECTED]> wrote:

> On Tue, Mar 11, 2008 at 2:43 AM, Akash Xavier <[EMAIL PROTECTED]>
> wrote:
>
> > Neo,
> > Forget abt type=url for a while. Its not supported yet.
> >
> > Kevin,
> > I was just wondering why I was getting so many mails regarding
> > dynamic-height. U answered it. And now I know that it was all from one
> > person. I think we should make it a point to mention the fact that "we
> > don't
> > support type=url gadgets yet" or some sorta statement be displayed on
> the
> > Apache Shindig site and also in the TODO/Readme file.
> >
> > Arun,
> > Even if type url is supported, the below statement is wrong:
> > echo "<script language='JavaScript' src='http://localhost:8080"; .
> > $_GET['libs'] ."' ></script>";
> >
> > You cant import a whole lot of javascript files using one <script> tag.
> U
> > need one <script> tag for every file. So maybe might have to split
> > $_GET['libs']  into separate strings(to get feature names) and then
> import
> > the files from the server with <script> tags.
>
>
> That's not necessarily true; the libs parameter will usually just point to
> a
> single file with aggregated script contents.
>



-- 
Akash Xavier
[EMAIL PROTECTED]

Reply via email to