Re: Load a different version of common.config dynamically?

  •  05-21-2011, 10:26 AM

    Re: Load a different version of common.config dynamically?

    Cos,
     
    It would have to be either:
     
    NVP
    $editor->showCustomDropDownItems = "abc=123,ghi=789";
     
    or XML
    $editor->showCustomDropDownItems = '<item text="abc" value="123"></item><item text="ghi" value="789"></item>';
     
     
     
View Complete Thread