[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-users] how can i show own applications in the phpgroup
From: |
Dave Hall |
Subject: |
Re: [Phpgroupware-users] how can i show own applications in the phpgroupware surrounding ? |
Date: |
Tue, 20 Apr 2004 21:11:25 +0000 (GMT) |
Michael Ressel <address@hidden> wrote
>
> Sorry Dave,
> but i don't know how to set this flag.... The $_GET array contains
> the
> 'local_user', 'sessionid', 'kp3' and 'domain' entries.
> Do i have to set a new entry into $_GET ?
$GLOBALS['phpgw']->link('/index.php',
array(
'menuaction' => 'app.class.method',
'target_frame' => 'framename',
)
);
This will give you a url of
http://server/phpgw/index.php?menuaction=app.class.method&target_frame=framename
Cheers
Dave
>
> regards,
> Michael
>
> Dave Hall schrieb:
>
> >Michael Ressel <address@hidden> wrote:
> >
> >
> >
> >>Thanks for your help,
> >>the Notes app was a huge help for me. My pages work now!!! :-)
> >>
> >>But i have another problem now:
> >>One of my sites consists of several html framesets which should
> >>contain
> >>5 different php-documents. Opening these documents outside the
> >>frameset
> >>works fine, but the page which should render the 5 framesets on
> one
> >>screen is empty. Is there a problem with rendering framesets in
> >>Groupware?
> >>
> >>
> >
> >Not currently. A flag $_GET should do the trick.
> >
> >Cheers
> >
> >Dave
> >
> >
> >
> >>ragards,
> >>Michael
> >>
> >>Chris Weiss schrieb:
> >>
> >>
> >>
> >>>I've found the Notes app to be a great example and a simple
> enough
> >>>
> >>>
> >>concept>that it's pretty easy to follow
> >>
> >>
> >>>Michael Ressel (address@hidden) wrote:
> >>>
> >>>
> >>>
> >>>
> >>>>hi,
> >>>>i wrote an own application and added it with the administration
> page>>>>into groupware. But the new available button in the
> groupware's
> >>>>
> >>>>
> >>toolbar>>runs my app in fullscreen without the groupware's header
> >>and menubar
> >>
> >>
> >>>>visible. But i want to have my page embedded in the groupware
> >>>>surroundings like the header and menubar. How can i do this?
> >>>>Another problem which i need help with: I want to use the
> >>>>
> >>>>
> >>username with
> >>
> >>
> >>>>which i logged into groupware.... Is there a variable which
> contains>>>>this username?
> >>>>
> >>>>regards,
> >>>>michael
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>_______________________________________________
> >>>>Phpgroupware-users mailing list
> >>>>address@hidden
> >>>>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>
> >>>_______________________________________________
> >>>Phpgroupware-users mailing list
> >>>address@hidden
> >>>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >>_______________________________________________
> >>Phpgroupware-users mailing list
> >>address@hidden
> >>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
> >>
> >>
> >>
> >>_______________________________________________
> >>Phpgroupware-users mailing list
> >>address@hidden
> >>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
> >>
> >>
>
>
>
>
> _______________________________________________
> Phpgroupware-users mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>
dave.hall.vcf
Description: Card for <dave.hall@mbox.com.au>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Phpgroupware-users] how can i show own applications in the phpgroupware surrounding ?,
Dave Hall <=