<textarea name="content" cols="57" rows="12" wrap="PHYSICAL"></textarea>
1个回答
展开全部
我所接触的在线编辑器,确实都有<textarea>用于输入信息,但你如果想换编辑器,决不是仅仅改<textarea>就可以的,肯定还有别的代码调用编辑器
例如:
eWebEditor的编辑器:
<textarea name="hw_content" style="display:none; "></textarea>
<iframe id="eWebEditor1" src="../eWebEditor/ewebeditor.asp?id=hw_content&style=s_blue" frameborder="0" scrolling="no" width="550" height="350"></iframe>
fckeditor的编辑器:
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath= sBasePath
oFCKeditor.Value= Content
oFCKeditor.Height= 350
oFCKeditor.Create "Content"
我就接触这两个编辑器,足够用用了
例如:
eWebEditor的编辑器:
<textarea name="hw_content" style="display:none; "></textarea>
<iframe id="eWebEditor1" src="../eWebEditor/ewebeditor.asp?id=hw_content&style=s_blue" frameborder="0" scrolling="no" width="550" height="350"></iframe>
fckeditor的编辑器:
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath= sBasePath
oFCKeditor.Value= Content
oFCKeditor.Height= 350
oFCKeditor.Create "Content"
我就接触这两个编辑器,足够用用了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询