[ce v3.0]
Hi, I´m using the StyleDdl as:
DropDownList sddl = new DropDownList();
sddl .Items.Add( new ListItem( "Border Solid Black","ceBorderSolidBlack" ) );
... more items here ...
this.ce1.StyleDropDown = sddl ;
Then in my webpage I need the associated class as:
.ceBorderSolidBlack{ border: black1pxsolid; }
Regards,
»»» KenA