Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for PHP
»
Re: Load a different version of common.config dynamically?
Re: Load a different version of common.config dynamically?
05-21-2011, 10:26 AM
jmarcv
Joined on 05-11-2011
Posts 11
Re: Load a different version of common.config dynamically?
Reply
Quote
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