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. And for now: type=url is not supported as Kevin said. Wait for a while and you will make hay or else u will mess up if you try to do stuff the wrong way. Just my 2 cents :) On Tue, Mar 11, 2008 at 1:16 AM, Neo Anderson <[EMAIL PROTECTED]> wrote: > But he is saying that he is getting the JavaScript required for settitle > and > dynamicheight in his (as he used the script tag) page. > > On 3/11/08, Kevin Brown <[EMAIL PROTECTED]> wrote: > > > > Arun, > > > > You've asked this question before (several times, in fact). type=url is > > not > > supported yet. When it is supported, you'll be the first person to know. > > Nobody on this list is going to be able to help you make type=url work > > because type=url is not supported. We will most likely not be able to > > support type=url until the RESTful APIs have been implemented. > > > > On Sun, Mar 9, 2008 at 3:57 AM, Arun Kumar < > > [EMAIL PROTECTED]> > > wrote: > > > > > I have created an XML file that uses Content type="url" and it refers > to > > a > > > PHP page and in that page I wrote > > > > > > echo "<script language='JavaScript' src='http://localhost:8080" . > > > $_GET['libs'] ."' ></script>"; > > > echo "<script language='JavaScript' > > > type='text/javascript'>alert(_IG_AdjustIFrameHeight)</script>"; > > > > > > Then I got alert, so the required js files are included in the PHP > page. > > > > > > At the end of page, > > > > > > echo "<script language='JavaScript' type='text/javascript'>"; > > > echo "_IG_AdjustIFrameHeight();"; > > > echo "</script>"; > > > > > > In adjustHeight method, I kept an alert. so a call is made to > > > _IG_AdjustIFrameHeight(). But the iFrame height is not getting > adjusted > > in > > > IE or mozilla. In Opera, iFrame height is changed properly. > > > > > > When I use the _IG_AdjustIFrameHeight(); in XML file that contains > > Content > > > type="html", it is working in IE also. > > > > > > Why it is not working in IE and mozilla? > > > > > > If rpc is not going to support, then to which ifpc function it is > going > > to > > > make a call? > > > > > > > > > > > -- > > ~Kevin > > > -- Akash Xavier [EMAIL PROTECTED]

