bluewalrus
12-02-2010, 04:07 PM
I can't see how an action is being triggered in this code:
<div style="float: left; margin-top: 2px;">
<div style="width: 20px; height: 20px; opacity: 1;" class=" nicEdit-buttonContain nicEdit-buttonEnabled">
<div style="background-color: rgb(239, 239, 239); border: 1px solid rgb(239, 239, 239);" class=" nicEdit-button-undefined nicEdit-button-hover">
<div style="width: 18px; height: 18px; overflow: hidden; cursor: pointer; background-image: url("nicEditorIcons.gif"); background-position: -450px 0px;" class=" nicEdit-button" unselectable="on">
</div>
</div>
</div>
</div>
I'm trying to pull the image uploading feature out of nicedit and bring it into ckeditor. I think if I can figure out how they are doing it here or at least where to look I might be able to do it in there. Here's a link
http://174.120.151.156/~crazychr/plan3/
<div style="float: left; margin-top: 2px;">
<div style="width: 20px; height: 20px; opacity: 1;" class=" nicEdit-buttonContain nicEdit-buttonEnabled">
<div style="background-color: rgb(239, 239, 239); border: 1px solid rgb(239, 239, 239);" class=" nicEdit-button-undefined nicEdit-button-hover">
<div style="width: 18px; height: 18px; overflow: hidden; cursor: pointer; background-image: url("nicEditorIcons.gif"); background-position: -450px 0px;" class=" nicEdit-button" unselectable="on">
</div>
</div>
</div>
</div>
I'm trying to pull the image uploading feature out of nicedit and bring it into ckeditor. I think if I can figure out how they are doing it here or at least where to look I might be able to do it in there. Here's a link
http://174.120.151.156/~crazychr/plan3/