Declined
Last Updated: 20 Nov 2014 19:06 by ADMIN
SWAT
Created on: 19 Apr 2013 13:32
Category: Kendo UI for jQuery
Type: Feature Request
1
Add a data-icon-position attribute
Enable the user to show the icon in a different place than the default. like the right of the text and not juts to its left.
2 comments
SWAT
Posted on: 19 Apr 2013 14:46
Hi Brendon, 
CSS alone is not suffice, a jquery seems to be required as well. here is what Telerik support suggested to me today:
JS:
$("#btn_id span.km-icon").insertAfter("#btn_id span.km-text");
css:
#btn_id > span.km-icon.km-details
{
    margin-left:0;
}

this seems to me like something that can be a built in feature, don't you agree?

ADMIN
Brandon
Posted on: 19 Apr 2013 14:06
Hi ilan, The position can be modified by adding positioning attributes to custom css.