[
https://issues.apache.org/jira/browse/WICKET-6632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16748348#comment-16748348
]
Maxim Solodovnik commented on WICKET-6632:
------------------------------------------
[~abrosich] Actually you can "extend" client properties as you wish :)
please check an example here:
http://examples8x.wicket.apache.org/ajaxhellobrowser
In short, you need to
# create custom js handler Wicket.BrowserInfo.collectExtraInfo =
function(info) {info.yourProp = _whatever_;}
# extends ClientProperties and override {{read}} method
> ClientProperties could contain also the list of installed plugins
> -----------------------------------------------------------------
>
> Key: WICKET-6632
> URL: https://issues.apache.org/jira/browse/WICKET-6632
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-core
> Reporter: Alberto
> Priority: Minor
>
> It could be useful if ClientProperties class contained also the list of
> plugin installed in the client browser as listed in window.navigator.plugins
> object.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)