You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by he...@isn10.com on 2014/04/02 09:20:04 UTC

OM3.0 - Link to Private Rooms

I'm trying to add link to Privet Rooms. This link will be in 
StartWidgetView.html.
This seems to not work right: <a href="#rooms/group">Private Rooms</a>

What is proper way to make link? It should be like this: <button 
wicket:id="calendar" type="button"><wicket:ommessage 
key="291"/></button> ?
Is there wicket for Private Rooms already? Or how to create link?

Thanks!

Re: OM3.0 - Link to Private Rooms

Posted by he...@isn10.com.
Maxim, do you have time to test this (I know you are busy)?
This link-thing is rather important in my project so it would really 
help me to get it working.

Thanks!


Maxim Solodovnik kirjoitti 2014-04-03 08:32:
> Your code should work
> Will try to test it myself (not sure when :( )
> 
> On Thu, Apr 3, 2014 at 12:23 PM, <he...@isn10.com> wrote:
> 
>> I'm also looking for a link to dashboard. Any help/tips? :)
>> 
>> I noticed that when I have set for example <a
>> href="#rooms/group">Private rooms</a> and then I have another link
>> <a href="#user/dashboard">Dashboard</a>
>> 
>> For example:
>> 1. I click Private rooms - it loads private rooms page
>> 2. In private rooms page I click Dashboard - it does not load
>> dashboard. It only changes url in browser but does not load page
>> itself.
>> 
>> So how to create links for Private rooms and Dashboard?
>> 
>> Thanks!
>> 
>> henri@isn10.com kirjoitti 2014-04-02 10:20:
>> 
>>> I'm trying to add link to Privet Rooms. This link will be in
>>> StartWidgetView.html.
>>> This seems to not work right: <a href="#rooms/group">Private
>>> Rooms</a>
>>> 
>>> What is proper way to make link? It should be like this: <button
>>> wicket:id="calendar" type="button"><wicket:ommessage
>>> key="291"/></button> ?
>>> Is there wicket for Private Rooms already? Or how to create link?
>>> 
>>> Thanks!
> 
> --
> WBR
> Maxim aka solomax

Re: OM3.0 - Link to Private Rooms

Posted by Maxim Solodovnik <so...@gmail.com>.
Your code should work
Will try to test it myself (not sure when :( )


On Thu, Apr 3, 2014 at 12:23 PM, <he...@isn10.com> wrote:

> I'm also looking for a link to dashboard. Any help/tips? :)
>
> I noticed that when I have set for example <a href="#rooms/group">Private
> rooms</a> and then I have another link <a href="#user/dashboard">
> Dashboard</a>
>
> For example:
> 1. I click Private rooms - it loads private rooms page
> 2. In private rooms page I click Dashboard - it does not load dashboard.
> It only changes url in browser but does not load page itself.
>
> So how to create links for Private rooms and Dashboard?
>
> Thanks!
>
>
> henri@isn10.com kirjoitti 2014-04-02 10:20:
>
>  I'm trying to add link to Privet Rooms. This link will be in
>> StartWidgetView.html.
>> This seems to not work right: <a href="#rooms/group">Private Rooms</a>
>>
>> What is proper way to make link? It should be like this: <button
>> wicket:id="calendar" type="button"><wicket:ommessage
>> key="291"/></button> ?
>> Is there wicket for Private Rooms already? Or how to create link?
>>
>> Thanks!
>>
>


-- 
WBR
Maxim aka solomax

Re: OM3.0 - Link to Private Rooms

Posted by he...@isn10.com.
I'm also looking for a link to dashboard. Any help/tips? :)

I noticed that when I have set for example <a 
href="#rooms/group">Private rooms</a> and then I have another link <a 
href="#user/dashboard">Dashboard</a>

For example:
1. I click Private rooms - it loads private rooms page
2. In private rooms page I click Dashboard - it does not load dashboard. 
It only changes url in browser but does not load page itself.

So how to create links for Private rooms and Dashboard?

Thanks!


henri@isn10.com kirjoitti 2014-04-02 10:20:
> I'm trying to add link to Privet Rooms. This link will be in
> StartWidgetView.html.
> This seems to not work right: <a href="#rooms/group">Private Rooms</a>
> 
> What is proper way to make link? It should be like this: <button
> wicket:id="calendar" type="button"><wicket:ommessage
> key="291"/></button> ?
> Is there wicket for Private Rooms already? Or how to create link?
> 
> Thanks!