You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Manfred Bergmann <mb...@software-by-mabe.com> on 2017/03/27 07:10:11 UTC

Kendo UI - How to programmatically select node from URL parameter

Hi.

Any idea how that could be accomplished?
It seems the tree nodes are actually not fully rendered yet in
onInitialize/onConfigure.


Manfred


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Kendo-UI-How-to-programmatically-select-node-from-URL-parameter-tp4677457.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Kendo UI - How to programmatically select node from URL parameter

Posted by Manfred Bergmann <mb...@software-by-mabe.com>.
OK, many thanks.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Kendo-UI-How-to-programmatically-select-node-from-URL-parameter-tp4677457p4677459.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Kendo UI - How to programmatically select node from URL parameter

Posted by Sebastien <se...@gmail.com>.
Hi Manfred,

I guess you have to add the statement [1] yourself in #renderHead with
response.render(OnDomReadyHeaderItem.forScript(statement));

[1]
https://github.com/sebfz1/wicket-jquery-ui/blob/master/wicket-kendo-ui/src/main/java/com/googlecode/wicket/kendo/ui/widget/treeview/AjaxTreeView.java#L112

Best regards,
Sebastien.

On Mon, Mar 27, 2017 at 9:10 AM, Manfred Bergmann <mb...@software-by-mabe.com>
wrote:

> Hi.
>
> Any idea how that could be accomplished?
> It seems the tree nodes are actually not fully rendered yet in
> onInitialize/onConfigure.
>
>
> Manfred
>
>
> --
> View this message in context: http://apache-wicket.1842946.
> n4.nabble.com/Kendo-UI-How-to-programmatically-select-node-
> from-URL-parameter-tp4677457.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>