Re: [ANNOUNCE] Wicket jQuery UI 6.14.0 is released

2014-02-25 Thread Farrukh SATTOROV
nice news for me, thanks! ) On Wed, Feb 26, 2014 at 6:52 AM, Scott Cleland scott.t.clel...@gmail.comwrote: Thank you so much. I depend on your wonderful library all the time. On Feb 23, 2014 8:04 AM, Sebastien seb...@gmail.com wrote: Dear all, Wicket jQuery UI 6.14.0 based on Apache

Re: [ANNOUNCE] Wicket jQuery UI 6.14.0 is released

2014-02-23 Thread Farrukh SATTOROV
Thanks! On Sun, Feb 23, 2014 at 7:04 PM, Sebastien seb...@gmail.com wrote: Dear all, Wicket jQuery UI 6.14.0 based on Apache Wicket 6.14.0 is released and will be shortly available in Maven Central. The changelog is available at the wiki page:

Thanks guys!

2014-02-22 Thread Farrukh SATTOROV
I just would like to say thanks themes who made event mechanism in wicket, this is cool, guys!!! ) -- Regards, Farrukh

Re: 3rd party JS+Wicket 6.6.0=MyWidget ?

2014-02-19 Thread Farrukh SATTOROV
delving in these libraries On Wed, Feb 19, 2014 at 11:51 AM, Farrukh SATTOROV fireda...@gmail.com wrote: Thank you, Martin On Wed, Feb 19, 2014 at 11:42 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, Usually the steps to integrate any JS widget with Wicket are: 1

What wicket version more stable than other (from 6.x.x line)

2014-02-19 Thread Farrukh SATTOROV
-- Regards, Farrukh

3rd party JS+Wicket 6.6.0=MyWidget ?

2014-02-18 Thread Farrukh SATTOROV
Hi all, is there any recipes how integrate 3rd party javascript component to wicket component. For example i have Timeline js class and i need to bind it to WebComponent as container, what steps i need to do. -- Regards, Farrukh

Re: 3rd party JS+Wicket 6.6.0=MyWidget ?

2014-02-18 Thread Farrukh SATTOROV
work On Wed, Feb 19, 2014 at 7:45 AM, Farrukh SATTOROV fireda...@gmail.com wrote: Hi all, is there any recipes how integrate 3rd party javascript component to wicket component. For example i have Timeline js class and i need to bind it to WebComponent as container, what steps i need to do

Re: 3rd party JS+Wicket 6.6.0=MyWidget ?

2014-02-18 Thread Farrukh SATTOROV
I recommend you to check the source of some integrations: - https://github.com/sebfz1/wicket-jquery-ui - https://github.com/l0rdn1kk0n/wicket-bootstrap Martin Grigorov Wicket Training and Consulting On Wed, Feb 19, 2014 at 8:45 AM, Farrukh SATTOROV fireda...@gmail.com wrote: Hi all

Re: 3rd party JS+Wicket 6.6.0=MyWidget ?

2014-02-18 Thread Farrukh SATTOROV
I just delving in these libraries On Wed, Feb 19, 2014 at 11:51 AM, Farrukh SATTOROV fireda...@gmail.comwrote: Thank you, Martin On Wed, Feb 19, 2014 at 11:42 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, Usually the steps to integrate any JS widget with Wicket are: 1) create

DP for GUI interaction

2014-02-17 Thread Farrukh SATTOROV
what design pattern you use for interaction between gui components in wicket. For instance, showing modal window from toolbar, manipulating with table fom another panel, first of all in presentation tier. -- Regards, Farrukh

Re: DP for GUI interaction

2014-02-17 Thread Farrukh SATTOROV
which should react on AJAX events. Check out: http://www.wicket-library.com/wicket-examples/events/wicket/bookmarkable/org.apache.wicket.examples.events.DecoupledAjaxUpdatePage Best Regards, Marvin -Original Message- From: Farrukh SATTOROV [mailto:fireda...@gmail.com] Sent: Monday

how to create editable spreadsheet

2014-02-17 Thread Farrukh SATTOROV
how to create spreadsheet (with editable cell), what kind of repeaters is good choice in this case ? -- Regards, Farrukh

What is difference between setModel and setDefaultModel

2014-02-16 Thread Farrukh SATTOROV
What is difference between IGenericComponent#setModel(IModelT model) and Component#setDefaultModel(IModelT model) in purpose for practical use. -- Regards, Farrukh

Re: understanding looking for wicket:id

2014-02-15 Thread Farrukh SATTOROV
the panel and the components you add in the subclasses will be placed in the place where you defined wicket:extend Best, Marvin Am 14.02.2014 um 20:04 schrieb Farrukh SATTOROV fireda...@gmail.com: my code work, if by definition each WebPage and Panel must have own markup

techniques using of Form

2014-02-14 Thread Farrukh SATTOROV
What is best practices to flexible use of Form: to do external subclass MyForm, to do as instance MyForm inside Panel constructor or inner class of MyForm inside Panel class ?

Re: techniques using of Form

2014-02-14 Thread Farrukh SATTOROV
thanks!, Lucas On Fri, Feb 14, 2014 at 9:23 PM, lucast lucastol...@hotmail.com wrote: Hi Farrukh, From existing literature (Wicket in Action, Apache wicket Cookbook, wicket guide http://wicket.apache.org/guide/guide/index.html ), there are a number of ways you can go about it. You can

understanding looking for wicket:id

2014-02-14 Thread Farrukh SATTOROV
Hi everyone. I confused when i look to standard wicket heloworld example and try understanding snippet of span wicket:id=mainNavigation/. How HelloWorld.html works without extend/extend while id mainNavigation located in superclass (WicketExamplePage). Explain to me mechanism of looking for

Re: understanding looking for wicket:id

2014-02-14 Thread Farrukh SATTOROV
to present as child. It doesn't matter when the child component is added: in the constructor or one of its super constructors (or even later). This does not have anything to do with markup inheritance. Hope this helps Sven On 02/14/2014 07:34 PM, Farrukh SATTOROV wrote: Hi everyone. I

how bind CompoundPropertyModel to items of DataView

2014-02-13 Thread Farrukh SATTOROV
Hi everyone, is there any example or explanation of using CompundPropertyModel for wciket output component (like table).

How get wiki Framework Documentation for offline reading

2014-02-11 Thread Farrukh SATTOROV
Hi everyone!, Can i download wicket wiki framework documentation for offline reading. Thanks. https://cwiki.apache.org/confluence/display/WICKET/Index

Re: How get wiki Framework Documentation for offline reading

2014-02-11 Thread Farrukh SATTOROV
at 6:06 PM, Farrukh SATTOROV fireda...@gmail.com wrote: Hi everyone!, Can i download wicket wiki framework documentation for offline reading. Thanks. https://cwiki.apache.org/confluence/display/WICKET/Index -- С уважением и наилучшими пожеланиями *Фаррух*

I need a library for drawing graph

2014-02-06 Thread Farrukh SATTOROV
Hi everyone!, I need js or embedded js to wicket library for drawing graph (math) network.

Re: I need a library for drawing graph

2014-02-06 Thread Farrukh SATTOROV
6, 2014 at 10:24 AM, Farrukh SATTOROV fireda...@gmail.com wrote: Hi everyone!, I need js or embedded js to wicket library for drawing graph (math) network. -- С уважением и наилучшими пожеланиями *Фаррух*