Hi,
Using SmartClient Version: v9.0p_2013-07-24/PowerEdition Deployment (built 2013-07-24).
We are using createRecordComponent for adding ToolStripButton in ListGrid. But somehow it is showing in proper alignment.
Below is the generated code from View Source. Image is also added for your reference.
Kindly suggest the best way to show ToolStripButton as a center aligned.
Thanks,
D Singh
Using SmartClient Version: v9.0p_2013-07-24/PowerEdition Deployment (built 2013-07-24).
We are using createRecordComponent for adding ToolStripButton in ListGrid. But somehow it is showing in proper alignment.
Below is the generated code from View Source. Image is also added for your reference.
Code:
<td class="stretchImgButton" style="margin:0px;border:0px;padding:0px;background-image:none;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;font-size:1px;padding-right:6px"> <img width="16" height="16" border="0" align="absmiddle" suppress="TRUE" eventpart="icon" style="vertical-align:middle" name="isc_IZicon" src="http://127.0.0.1:8888/gwt/sc/skins/silverwave/images/archway/view.png"> </td>
Thanks,
D Singh
Comment