Re: gsoc: another task

2013-06-03 Thread Andun Sameera
Hi Maxim, Still I am trying to solve this problem. I have replied to the Wicket user thread whith my tests. But still fails to get the div tags internal html change. But we have the method which I have described in the previous mail of this thread. Cant we handle our requirement with that?

Re: gsoc: another task

2013-06-03 Thread Maxim Solodovnik
I'll try your solution with EditableAjaxLabel tonight, looks promising :), then I'll send my corrections as github pull request Tomorrow will try to create sandbox for you to implement the whiteboard for OM On Tue, Jun 4, 2013 at 2:39 AM, Andun Sameera andun...@gmail.com wrote: Hi Maxim,

Re: gsoc: another task

2013-06-01 Thread Andun Sameera
Hi, I have sent a mail to wicket user list to clarify this. They have given follwing tip to use, Hi, I guess you want to get the new entered text via Ajax submit. You can extend AjaxSubmitButton and implement #updateAjaxAttributes() { attributes.getDynamicExtraParameters().add(return [

Re: gsoc: another task

2013-06-01 Thread Maxim Solodovnik
to get valid text the component itself can be form with markup and custom onSubmit behavior as Martin has proposed this should work since wicket allows nested forms you can take a look at the form with markup in OM code: GeneralUserForm class to allow markup form should have following method:

Re: gsoc: another task

2013-05-31 Thread Andun Sameera
Hi Maxim, I have use the the same strcture in the implementation. But I didnt use a object validation model. Reason was I implemented the button panel only. That don't have a realted object model. Thoughts? Thanks! On May 31, 2013 10:08 AM, Maxim Solodovnik solomax...@gmail.com wrote: What I

Re: gsoc: another task

2013-05-31 Thread Andun Sameera
Hi Maxim, I think, I understood the point. I am creating a Wysiwyg component. It should include the Editor area + Buttons Toolbar. Also there should be a model with name like EditorText, which holds the textual content of editor. Using the EditorText object we can initialize the editor with a

Re: gsoc: another task

2013-05-31 Thread Maxim Solodovnik
Yes! you are correct The this component will be added to the chat and Calendar appointment :) On Fri, May 31, 2013 at 6:45 PM, Andun Sameera andun...@gmail.com wrote: Hi Maxim, I think, I understood the point. I am creating a Wysiwyg component. It should include the Editor area + Buttons

Re: gsoc: another task

2013-05-30 Thread Andun Sameera
Beg your pardon. Can you explain me a bit what you mean by get/set text in test project On Thu, May 30, 2013 at 1:51 PM, Maxim Solodovnik solomax...@gmail.comwrote: I would like this component be finished first. Next thing to do is to get/set text in test project On May 30, 2013 3:05 PM,

Re: gsoc: another task

2013-05-30 Thread Andun Sameera
Hi Maxim, I have changed the WysiwygPanel a bit. Not user can create it own div tags for button tool-bar and editor area. They can use following code, this.add(new WysiwygBehavior(#ID of the div tag where editor area is created,wysiwyg)); this.add(new WysiwygEditor(ID of the div

Re: gsoc: another task

2013-05-30 Thread Maxim Solodovnik
What I would like to achieve is something like this: https://cwiki.apache.org/WICKET/creating-custom-formcomponentpanels-to-build-valid-objects-using-wickets-form-validation-logic.html On Thu, May 30, 2013 at 6:59 PM, Andun Sameera andun...@gmail.com wrote: Hi Maxim, I have changed the

RE: gsoc: another task

2013-05-29 Thread Mohammed Subhi Sheikh Quroush
how can I unsubscribe Date: Tue, 28 May 2013 14:52:04 +0530 Subject: Re: gsoc: another task From: andun...@gmail.com To: solomax...@gmail.com CC: dev@openmeetings.apache.org OK Maxim I will look in to this. On Tue, May 28, 2013 at 12:40 PM, Maxim Solodovnik solomax...@gmail.comwrote

Re: gsoc: another task

2013-05-29 Thread Andun Sameera
Hi, You can use http://openmeetings.apache.org/mail-lists.html to unsubscribe. Thanks! On Wed, May 29, 2013 at 3:27 PM, Mohammed Subhi Sheikh Quroush forsu...@hotmail.com wrote: how can I unsubscribe Date: Tue, 28 May 2013 14:52:04 +0530 Subject: Re: gsoc: another task From: andun

Re: gsoc: another task

2013-05-29 Thread Maxim Solodovnik
Just found this project: https://github.com/l0rdn1kk0n/wicket-bootstrap maybe it should be used instead of including bootstrap as JS On Thu, May 30, 2013 at 8:20 AM, Maxim Solodovnik solomax...@gmail.comwrote: Hello Andun, according to Legal we can use the fonts, so it can be kept as it was.

Re: gsoc: another task

2013-05-29 Thread Maxim Solodovnik
Can we add the code into Behavior? like: IPackageResourceGuard packageResourceGuard = getApplication().getResourceSettings(). getPackageResourceGuard(); if (packageResourceGuard instanceof SecurePackageResourceGuard) { SecurePackageResourceGuard guard =

Re: gsoc: another task

2013-05-29 Thread Andun Sameera
We cant add this code to the Behavior getApplication() method is not there in Behavior. I think we have to go with the documentation. Thanks! On Thu, May 30, 2013 at 10:53 AM, Maxim Solodovnik solomax...@gmail.comwrote: Can we add the code into Behavior? like: IPackageResourceGuard

Re: gsoc: another task

2013-05-28 Thread Andun Sameera
OK Maxim I will look in to this. On Tue, May 28, 2013 at 12:40 PM, Maxim Solodovnik solomax...@gmail.comwrote: In the future there should be possibility to add custom buttons: like add emotion button On Tue, May 28, 2013 at 1:45 PM, Maxim Solodovnik solomax...@gmail.comwrote: Hello Andun,

Re: gsoc: another task

2013-05-27 Thread Andun Sameera
Hi Maxim, I have created two git repos for component https://github.com/andunslg/Wysiwyg-Wicket and sample https://github.com/andunslg/Wysiwyg-Wicket-Sample. I have created the WysiwygBehaviour first. After scefully creating that I will create the component to add the Wysiwyg buttons. Thanks!

gsoc: another task

2013-05-26 Thread Maxim Solodovnik
Hello Andun, since Sebastian already implemented emoticonshttps://github.com/sebfz1/wicket-jquery-ui/tree/master/wicket-jquery-ui-plugins/src/main/java/com/googlecode/wicket/jquery/ui/plugins/emoticons plugin I propose you to implement additional component: WYSIWYG editor plugin based on

Re: gsoc: another task

2013-05-26 Thread Andun Sameera
Hi Maxim, I accept this. What I have to do is creating another wicket module which wraps the bootstrap-wysiwyg plugin. Do I have to create it as a separate project or under wicket-jquery-ui ? Thanks! On Mon, May 27, 2013 at 9:19 AM, Maxim Solodovnik solomax...@gmail.comwrote: Hello Andun,

Re: gsoc: another task

2013-05-26 Thread Maxim Solodovnik
I would like it as a plugin for wicket-jquery-ui I guess this plugin will require both Behavior and Component (probably extending TextArea) with configurable buttons I believe small number of buttons can be added in initial version On Mon, May 27, 2013 at 10:55 AM, Andun Sameera

Re: gsoc: another task

2013-05-26 Thread Andun Sameera
OK Maxim. Will look in to that. On Mon, May 27, 2013 at 9:29 AM, Maxim Solodovnik solomax...@gmail.comwrote: I would like it as a plugin for wicket-jquery-ui I guess this plugin will require both Behavior and Component (probably extending TextArea) with configurable buttons I believe small