Adding a new checkbox in admin/conf room layout to control a new room parameter

2015-10-02 Thread Susheel Jalali
Dear Maxim and OpenMeetiings Developers, We would like to add a new Room parameter called "hideMathMenu" as a checkbox in ‘admin -> conf room -> layout’. It needs to behave similar to "hideActionsMenu", but for our own MathMenu. This will allow us to include this menu selectively in a few con

Re: Adding a new checkbox in admin/conf room layout to control a new room parameter

2015-10-03 Thread Susheel Jalali
Dear Maxim, There is this additional information: We also added a in RoomsPanel.html for the new "hideMathMenu", similar to "hideWhiteboard", and saw how ID 1439 to 1441 are used. Still the checkbox does not appear . We are missing some associated changes to be made. Regards, Susheel Jal

Re: Adding a new checkbox in admin/conf room layout to control a new room parameter

2015-10-05 Thread Maxim Solodovnik
you need to add additional attribute to the Room object and additional checkbox with correspondent wicket:id to the form for admin (both java and html file) On Sun, Oct 4, 2015 at 10:42 AM, Susheel Jalali wrote: > Dear Maxim, > > There is this additional information: > We also added a in Rooms

Re: Adding a new checkbox in admin/conf room layout to control a new room parameter

2015-10-11 Thread Susheel Jalali
Dear Maxim, Following your guidance, after adding the entry in RoomsPanel.html, we are able to see the new Checkbox in the Rooms Layout of Admin => Conference room configuration. However, even after CHECK and SAVE of this checkbox, the corresponding Menu does not hide in the conference room

Re: Adding a new checkbox in admin/conf room layout to control a new room parameter

2015-10-11 Thread Maxim Solodovnik
I guess value for the new property is saved in DB properly? If yes, please check client debug window and ensure new value is available inside any copy of roomObject (or currentRoomObject or something like that), you click on object in debug window to see all its properties On Sun, Oct 11, 2015 at

Re: Adding a new checkbox in admin/conf room layout to control a new room parameter

2015-10-20 Thread Susheel Jalali
Dear Maxim, Hope you had a chance to look into this request. It will be kind if you could guide us about how to make admin checkbox (hideMathMenu) to work by using the debugger to find the issue. Sincerely, -- -- Susheel Jalali Coscend Communications Solutions susheel.jal...@coscend.com www

Re: Adding a new checkbox in admin/conf room layout to control a new room parameter

2015-10-20 Thread Maxim Solodovnik
to use debugger, you need to add strings like this to the lzx code if ($debug) Debug.write("hideChatContent::hide " + hide); then recompile, then reload page To save time on recompiling you can use lzx specific ant targets: client.only client.debug.only compile.laszlo.main.as3 compile.laszlo.ma