Hello Tony,
the line of code $.jgrid.createModal add both classes which are base on “ui-icon“: “ui-icon-gripsmall-diagonal-se” and “ui-icon-grip-diagonal-se“. Only the last one class “ui-icon-grip-diagonal-se” are used currently.
jQuery UI Resizable use “ui-icon-gripsmall-diagonal-se” instead. In any way only one from the classes which are based on “ui-icon” can be used. So either “ui-icon-gripsmall-diagonal-se” or “ui-icon-grip-diagonal-se” should be removed.
If one would use “ui-icon-gripsmall-diagonal-se” then in my personal taste I would add CSS
.ui-jqdialog>.ui-resizable-se { bottom: -3px; right: -3px}
to place the resizable icon in the corner.
Best regards
Oleg
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top