JustMe
9 Nov 2006, 12:48 AM
layout.add('north', new YAHOO.ext.ContentPanel('files', {title: ''files', fitToFrame:true}));
fsuggested = layout.add('east', new YAHOO.ext.ContentPanel('suggested', {title: 'Suggested Feeds', fitToFrame:true}));
if a link in layout files
google (http://www.google.com/)
onLoad : function(flink){
fsuggested.setUrl(flink, null, true);
}
i do this in 'suggested' there is nothing why???????
but
onLoad : function(flink){
fsuggested.setContent(flink);
}
i can see 'http://www.google.com' in suggested.
who can help me ,to tell me hoe to user 'setUrl '
thinks,, :oops:
fsuggested = layout.add('east', new YAHOO.ext.ContentPanel('suggested', {title: 'Suggested Feeds', fitToFrame:true}));
if a link in layout files
google (http://www.google.com/)
onLoad : function(flink){
fsuggested.setUrl(flink, null, true);
}
i do this in 'suggested' there is nothing why???????
but
onLoad : function(flink){
fsuggested.setContent(flink);
}
i can see 'http://www.google.com' in suggested.
who can help me ,to tell me hoe to user 'setUrl '
thinks,, :oops: