Results 1 to 3 of 3

Thread: OnClick Action Where?

  1. #1
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default OnClick Action Where?

    I can't see how an action is being triggered in this code:

    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(&quot;nicEditorIcons.gif&quot;); 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/
    Corrections to my coding/thoughts welcome.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    It's probably dynamically generated. Try looking at the active source code, for example by selecting it in firefox and choosing "view selection source". That shows the current (even JS-modified) source, rather than the original.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    http://nicedit.com/

    the image upload feature is a plugin, available on the downloads page

    [ aside ]

    I *really* like nicedit, especially the inline editing (contenteditable) features, the only thing holding me back from using it in production is the cross-browser stuff

    [ / aside ]

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •