Re: Get current selected color?

  •  02-15-2011, 2:20 AM

    Re: Get current selected color?

    editor1.ExecCommand('SetForeColor', false, editor1.SelectedColor);
     
    that gives me the more colors window then i need to send the selected value back
     
    editor1.selectedcolor brings up the window not the color as i found out 
View Complete Thread