struts-community-plugins / struts2-jquery

Struts2 jQuery Plugin
Apache License 2.0
83 stars 49 forks source link

Disable auto escape for Dialog and DataTable #328

Closed awalvekar1 closed 1 year ago

awalvekar1 commented 1 year ago

Please disable auto escaping for the property position of Dialog widget. position="{ my: 'center', at: 'top', of: window }" gets escaped as options_opocDialog.position = { my: &#39;center&#39;, at: &#39;top&#39;, of: window }; Similar is encountered in the property dom of DataTable widget. dom= "<'col-auto'B>" gets escaped as options_usersTable.dom = "&lt;&#39;col-auto&#39;B&gt;";

This issue is similar to #284

awalvekar1 commented 1 year ago

Will there be a fix available for this issue in the SNAPSHOPT ?

lukaszlenart commented 1 year ago

Yes, it will be.

awalvekar1 commented 1 year ago

Thank you.

lukaszlenart commented 1 year ago

Relates to #320