﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9179	dialog button style	uniterre		"I think, we should custom the style of the buttons we create in a dialog. For example in order to change the background color of a button.
As the align option, the labelStyle option is not effective :
{{{
{
            type : 'button',
            id : 'chargement',
            style : 'margin-left:200px;',
            align : 'center',
            labelStyle : 'font-weight: bold',
            title : 'My button',
            label : 'My button',
}
}}}

This code gives :
{{{
<a style=""margin-left:200px;"" href=""javascript:void(0)"" title=""My button"" hidefocus=""true"" class=""cke_dialog_ui_button anyClass"" role=""button"" aria-labelledby=""cke_120_label"" id=""cke_121_uiElement""><span id=""cke_120_label"" class=""cke_dialog_ui_button"">My button</span></a>
}}}

I think these 2 options should be work.


"	New Feature	closed	Normal		Core : Styles		invalid		
