or
It appears that there is no support on the client-side for set_controlToCheck
for more than one control. On server-side you can use ControlsToCheck and place several controls by comma separating their client IDs.
I tried calling the following javaScript code as many times as there are controls in my form and the Spell Check does not function properly
for
(var index = 0; index < boundControls.length; index++)
{
// Assign control
radSpell.set_controlToCheck(boundControls[index]);
// Spell Check
radSpell.startSpellCheck();
}
Is this correct or is there a workaround?
Thanks,
MEJ
| div.radwindow_Vista.minimizedwindow |
| { |
| width: 150px !important; height: 26px !important; |
| background: #abc1de; |
| border: solid 1px #5d6f88; |
| } |
| /* overlay element should be minimized when the window is minimized */ |
| iframe.minimizedwindowoverlay_Vista |
| { |
| /* take into account the borders of the main DIV of the window when setting width/height */ |
| width: 152px !important; height: 28px !important; |
| } |
| div.radwindow.radwindow_Vista.minimizedwindow table.titlebarcontrols |
| { |
| width: 150px !important; |
| position: relative; top: -4px; |
| } |
| div.radwindow_Vista.minimizedwindow em |
| { |
| color: white !important; |
| width: 55px !important; |
| } |