:) Yes I am sure, however for a Wicket newbie it requires some time to catch up. Maybe you might start on such functionalities that require more advanced components? As long as I get comfortable with all the rest of the Wicket API. For example I can take care of configuration/ldap/server/users and after that we decide on rooms. You might take care of groups administration and I can learn by your example.
Btw: I found two issues: The top level menu has a bug in the mouseover. If you mouseover from the bottom in the bar the menu pops up, but as soon as you mouseover the text, the menu closes again. In IE the trick with the bookmarking with the anchor does not work. After the login IE does always cut away the anchor and not redirect to the sub-area (Chrome and FF do work). Sebastian 2012/9/21 Maxim Solodovnik <[email protected]>: > There is no need to display them all. > They can be displayed: > 1) with paging > 2) with auto downloading while scrolling > > DropDownChoice is not the only choice :) > > > On Fri, Sep 21, 2012 at 2:23 PM, [email protected] > <[email protected]> wrote: >> >> The issue is not the list of groups, >> the issue is the list of users. >> There won't be more then 10 groups, maybe 50. There is no issue in >> displaying 50 items in a list at once. >> However there are for example 60.000 user records in the demo server. >> You can't display them all at once in a single list. You need a paging >> component. >> Additionally it would be nice of course to add/insert/delete rows. >> However this goes beyond the standard mechanisms of Wicket. >> >> Sebastian >> >> 2012/9/21 Maxim Solodovnik <[email protected]>: >> > The list displayed in the form can be read only list of current groups. >> > If add/modify will be clicked jQuery dialog with paging etc. can be >> > displayed to provide necessary action. >> > >> > >> > On Fri, Sep 21, 2012 at 2:16 PM, [email protected] >> > <[email protected]> wrote: >> >> >> >> Hi Maxim, >> >> >> >> I have removed datatables again. I think now it it possible to >> >> integrate too, but all what was required was to be able to scroll the >> >> list really, anything else is not really needed at the moment. >> >> >> >> I see the same tasks that you do, I propably will continue in the >> >> admin area to add forms for the rooms, groups, servers, ldap and >> >> configuration on the right hand with the details for each record. >> >> In the rooms section this can be a quite thing because it involves >> >> many small lists and components. >> >> >> >> I think we will not show an editable list anymore in the groups >> >> section, how many users belong to a group. It will be read only, to >> >> assign users to a list you will need to use the user administration. >> >> Cause you can't display easily a 50.000 user record database in a >> >> single combobox. >> >> But in the rooms section we need to component to add/remove/assign >> >> users from a list of users and add them to a room as default moderator >> >> for example. >> >> >> >> Sebastian >> >> >> >> 2012/9/21 Maxim Solodovnik <[email protected]>: >> >> > I did add some (maybe not all necessary confirmations). >> >> > >> >> > Just googled "jquery datatables" - it look very nice :). >> >> > It can be implemented, but will require lots of callbacks (like in >> >> > DHML >> >> > calendar right now) >> >> > I can try to do it. Should I? >> >> > >> >> > What is the most required task right now from your point of view? >> >> > I see several tasks: >> >> > 1) finish admin (all areas need to be finished including objects >> >> > saving) >> >> > 2) finish calendar (create/edit need to be implemented) >> >> > 3) add chat (not realtime, but working) >> >> > 4) add basic functionality to all menu items/links >> >> > 5) add "jquery datatables" to admin >> >> > 6) ???? >> >> > >> >> > >> >> > On Sat, Sep 15, 2012 at 3:14 PM, Maxim Solodovnik >> >> > <[email protected]> >> >> > wrote: >> >> >> >> >> >> I already implement confirm link (used on logout) it should be easy >> >> >> to >> >> >> add >> >> >> it on delete :) >> >> >> >> >> >> Never heard about jquery datatables. Will check after your commit >> >> >> :) >> >> >> >> >> >> On Sep 15, 2012 3:11 PM, "[email protected]" >> >> >> <[email protected]> >> >> >> wrote: >> >> >>> >> >> >>> No worries :) >> >> >>> I will try to enhance our tables with some jQuery today in the >> >> >>> admin >> >> >>> section. >> >> >>> Eventually use jQuery datatables. >> >> >>> >> >> >>> Sebastian >> >> >>> >> >> >>> 2012/9/15 Maxim Solodovnik <[email protected]>: >> >> >>> > It is "minor" issues remain in language panel. Hopefully will >> >> >>> > handle >> >> >>> > it >> >> >>> > this >> >> >>> > or next week >> >> >>> > >> >> >>> > On Sep 15, 2012 2:59 PM, "[email protected]" >> >> >>> > <[email protected]> >> >> >>> > wrote: >> >> >>> >> >> >> >>> >> I accidently deleted my languages by clicking on the red cross >> >> >>> >> to >> >> >>> >> check out what happens. >> >> >>> >> There was no confirmation and as it is my current sessions >> >> >>> >> language_id >> >> >>> >> I >> >> >>> >> get an: >> >> >>> >> java.lang.NullPointerException >> >> >>> >> at >> >> >>> >> >> >> >>> >> >> >> >>> >> >> >> >>> >> org.apache.openmeetings.web.components.MenuPanel$1.populateItem(MenuPanel.java:80) >> >> >>> >> >> >> >>> >> :) >> >> >>> >> >> >> >>> >> -- >> >> >>> >> Sebastian Wagner >> >> >>> >> https://twitter.com/#!/dead_lock >> >> >>> >> http://www.webbase-design.de >> >> >>> >> http://www.wagner-sebastian.com >> >> >>> >> [email protected] >> >> >>> >> >> >>> >> >> >>> >> >> >>> -- >> >> >>> Sebastian Wagner >> >> >>> https://twitter.com/#!/dead_lock >> >> >>> http://www.webbase-design.de >> >> >>> http://www.wagner-sebastian.com >> >> >>> [email protected] >> >> > >> >> > >> >> > >> >> > >> >> > -- >> >> > WBR >> >> > Maxim aka solomax >> >> >> >> >> >> >> >> -- >> >> Sebastian Wagner >> >> https://twitter.com/#!/dead_lock >> >> http://www.webbase-design.de >> >> http://www.wagner-sebastian.com >> >> [email protected] >> > >> > >> > >> > >> > -- >> > WBR >> > Maxim aka solomax >> >> >> >> -- >> Sebastian Wagner >> https://twitter.com/#!/dead_lock >> http://www.webbase-design.de >> http://www.wagner-sebastian.com >> [email protected] > > > > > -- > WBR > Maxim aka solomax -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
