Adding a Dropdown Link programmatically

  •  08-06-2008, 3:25 PM

    Adding a Dropdown Link programmatically

    The help text suggest this is a way of producing dropdown chocies to add additional code snippets on the fly. But this does not include a means to add the actual HTML code necessary. I want to personalise them to the user. What representation do we use for htmlentities like '&', '>', '@' etc?
     
    $editor->CodeSnippetDropDownMenuNames="Email signature, Contact us";
    $editor->CodeSnippetDropDownMenuList="Email signature, Contact us";
     
    Rgds,
    Peter

    Warm Regards,

    Peter Lane
View Complete Thread