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

  •  05-20-2011, 5:49 PM

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

    so is there a way to override @ runtime?
    in common.config:
    <CustomDropdown>
       <item text="abc" value="123"></item>
       <item text="def" value="456"></item>
       <item text="ghi" value="789"></item>
    </CustomDropdown> 
     
     
    then override in the editor page: 
    $editor->showCustomDropDownItems = "abc,ghi";
View Complete Thread