如何在asp.net中使用ajax颜色选择器扩展器设置html编辑器的背景颜色?

时间:2014-04-23 08:39:59

标签: jquery .net ajax

这是我的代码,我必须使用ajax颜色选择器扩展器更改html编辑器的背景颜色 代码就在这里..

<CC:HtmlEditor ID="PublicBodyEditor" runat="server" Height="400px" Width="820px" style="margin: 60px 0;"/>
 <asp:TextBox ID="BodyColor" runat="server" Columns="7" MaxLength="7"></asp:TextBox>&nbsp;
 <asp:Label ID="sampleBodyColor" runat="server" Width="20"  Height="20" Text=" "></asp:Label>
                    <ajax:ColorPickerExtender ID="BodyPick" 
                        runat="server" 
                        TargetControlID="BodyColor" 
                        SampleControlID="sampleBodyColor"

1 个答案:

答案 0 :(得分:1)

您可以像这样使用jQuery $( “#iFrameEditor”)的内容()发现( '主体')的CSS( “的backgroundColor”,的backgroundColor);