Can i use wysiwyg editor

I don't know if this is the right place to post this. I have written a java application using jdk1.4.2. Is it possible to integrate a wysiwyg editor FCKeditor in an java application or does it have to be an applet?

Depends on what you mean by "integrate" and what this editor is.

Similar Messages

  • Can't use Ringtone editor bc of Apple ID Issue

    Because of a change in providers last year, my Apple ID has changed. Now iTunes won't let me use the Ringtones Editor. I can buy new songs and I can play previously-purchased songs, but I can't seem to access the Ringtone Editor. It says the Apple ID has to match what it was when the songs were purchased. If I enter the old ID, it isn't accepted and it also won't accept it if I use the current one.
    Is there anything I can do?
    Message was edited by: Brie-Eating Surrender Monkey

    Here is a link to the itunes store support site that might help out.
    Also, there is an email support form if you need to contact itunes store support.
    http://www.apple.com/support/itunes/store/authorization/

  • Can't use CS4 Editor from PSE Organiser

    I want to use the Photoshop CS4 editor from Photoshop Elements 8 but after editing and saving the file it just disappears from the folder and Photoshop Elements 8 retains the edit in progress red bar.
    I'm using Windows 7 - 64 bit

    This is exactly the problem I have as well. I am working with support to try to find a solution but at this monemt I just don't believe that it works.
    http://forums.adobe.com/thread/584470?tstart=0
    Peter

  • Just downloaded elements 12 online can't use photo editor says I need to download it off cd

    how do i get my photo editor to work?

    Please share the screenshot of the error and at which point do you see this error?
    This is how normal installation happens:
    If your machine is a windows machine, you'd have downloaded a .exe (an executable) file and a .7z (an archive) file.
    Please run the .exe file which would extract files from the archive. You can then run setup file from the extracted files & install application.
    if you're on a mac machine, you'd have downloaded a .dmg file. Double-click .dmg to initiate the setup & click options/buttons on each installer screen as per your requirement.
    Please feel free to reply incase the above doesn't resolve your problem.
    thanks.
    ~ Shefali

  • I can't use speed editor in iMovie 10.

    I don't have an option even if i click CMD & R

    Hi,
    if you have "wrap timeline" activated then you have to deactivate it. Speed Editor should be available then.

  • Regarding using text editor in 11g for writting query

    how can i use text editor in oracle 11g for writting query as in oracle 9i in which we use 'ed' command.

    user13063489 wrote:
    how can i use text editor in oracle 11g for writting query as in oracle 9i in which we use 'ed' command.This is really for asking in the database forum.
    However I assume you are using sqlplus
    If this is the case define the _EDITOR variable to one of the following as appropriate ....
    DEFINE _EDITOR=notepad
    DEFINE _EDITOR=vi
    For more assistance use the database general forum.

  • Can I use the WYSIWYG editor in Firefox?

    How can I get a WYSIWYG editor in Firefox to use in Delphi Forums?
    Thanks,
    Catherine Climpson

    Hi Catherine,
    Most forums have a built in wysiwyg editor. If you are simply looking for one to use though, you can check out:
    http://ckeditor.com/demo
    The ckeditor is one of most commonly used editors in the industry. There is a ''New Page'' button next to the ''Source'' button that will let you try it out.
    Hopefully this helps!

  • Background image to fit in DW WYSIWYG editor using HTML

    I am trying to create an HTML background that will serve as the landing page on my website. I need help with formatting the image to fit the entire screen so that it does not scroll down or repeat. Also. Once this is done. I would like to upload it onto my website background page. I am using the WYSIWYG editor because for now. I can somewhat make sense of it. However am stuck trying to get the image to fit perfectly. I am not using CSS and don't wish to either. I understand HTML a little better. Please, help. I've been stuck for days at this rate.

    Unfortunately, you can't design modern websites without a good grasp of both HTML and CSS code.  Don't limit yourself with Design View only.  Use Split View so you can see the code DW is creating.
    http://w3schools.com/
    http://www.csstutorial.net/
    http://phrogz.net/css/HowToDevelopWithCSS.html
    To answer your question about BG image.  Use CSS background-size property with vendor prefixes.  This can't be done with HTML.
    CSS Code:
    body {
          background: url(your-BG-image-here.jpg) no-repeat center center fixed;
          /**for Safari,Chrome**/
           -webkit-background-size: cover;
         /**for Firefox**/
           -moz-background-size: cover;
          /**for Opera**/
           -o-background-size: cover;
          /**for all other browsers**/
          background-size: cover;
    Nancy O.

  • How can i redirect a queued call to a voicemail using CCX editor?

    hi buddies, i wonder how can i redirect a queued call to a voicemail of a valid extension using CCX editor?
    i just uploaded my script (does not working as i wanted regarding voicemail)if can anybody help me i will be very happy!!

    first of all i REALLY A REALLY appreciate your reply
    but two questions remain:
    a) check my attached file is this the VM pilot number?
    b) Called Address = "2133"  means that the call will be redirected to the voicemail of the 2133 extension? im right??

  • How can I use the "gcc compiler and emacs editor" in Solaris 8 for Intel?

    I installed Solaris 8 for Intel to my desktop computer.
    After the installation, I found I couldn't use the companion software (the software CD included in the Multilinugal Media Kit for Solaris 8) - especially the emacs editor and gcc compilers.
    I certainly installed the companion software to my computer. And I can identify that those softwares are
    really installed to my system. In order to check out whether I installed them or not, I went to the "System Administrator" and opened the "Solaris Product Registry", in which I identified that all the files in
    the companion software were succesfully installed in my computer.
    However, when I open terminal or console box and tries to use those
    software, the system responds that "there is no emacs or gcc."
    Why I cannot use those things?
    Did I install the companion software wrong?
    I really don't understand why I can't use them.
    For your reference, I saw the directories "/usr/bin" and "usr/ccs/bin"
    too.
    In /usr/bin I typed
    #as
    and no such command.
    In /usr/ccs/bin
    #as
    and also no such command
    was what I had as a response.
    If I installed the companion software CD correctly and if they are installed somewhere in my computer,
    where I can find them and how I can use those softwares?
    Lastly, whenever I try to connect to my ISP via telnet mode, I see this
    message.
    "Try to connect ...
    connected to ***.***.***.*** (IP address of my ISP)
    Closed by foreign hosts."
    Is there any one who knows why this happens?
    Thanks for reading my question.

    gcc and emacs install in /opt/sfw. You should change your path statement to include /opt/sfw/bin and should obtain the FAQ from sunfreeware.com. The FAQ answers all your questions.
    I have installed gcc and gtk and am using both at this time.
    [email protected]

  • Can i use the 'Record' feature in Applescript editor to automate bulk mail

    Hi,
    Is it possible to use the 'Record' feature of the Applescript editor to create a script that will automatically copy a website address into a new email message and then send that email message to everyone in my Friends category from the Address Book.
    I want to do this because I want to alert my friends to changes on my website once a week, but I don't want to have to sit and type out the email and copy the website address and everything like that. So I was thinking I could do it with one click using Applescript.
    Is that right and how dangerous is it. Like if i somehow manage to mess up the script can I just delete it and start again without causing any damage to my Mac
    Thanks
    Jason

    JayTelford wrote:
    Hi,
    Is it possible to use the 'Record' feature of the Applescript editor to create a script that will automatically copy a website address into a new email message and then send that email message to everyone in my Friends category from the Address Book.
    I want to do this because I want to alert my friends to changes on my website once a week, but I don't want to have to sit and type out the email and copy the website address and everything like that. So I was thinking I could do it with one click using Applescript.
    Is that right and how dangerous is it. Like if i somehow manage to mess up the script can I just delete it and start again without causing any damage to my Mac
    Thanks
    Jason
    Perhaps I should make myself more clear what I want to do.
    I want to do the following.
    1: Open Mail
    2: Create a new email message
    3: Set the recipients from my contact group "Friends" so that everyone in my my 'Friends" contact group will receive the email
    4: Set the subject as: "Check out these great new updates to my site"
    4: Set the body of the mail message as follows:
    Hi There,
    Thanks to you all for subscribing to these updates. Here are this weeks updates from Jason's Online Mag. [website address]
    Regards
    Jason Telford
    http;//web.me.com/jasongtelford
    5: Send the email
    Am I correct in thinking that I will need to use Automator and schedule the automation to run a script as per a weekly iCal event.
    If this is correct, then how would I do that. Can I use the 'Record' feature of Automator and the Applescript Editor, to create the automation and the script. I am new to doing this kind of thing so I am unsure of the procedure for accomplishing the task I described above automatically.
    Also I should apologise for not making my original post clearer.
    Regards
    Jason
    Message was edited by: JayTelford> Corrected a spelling error

  • How can I use javascript in a Text Area with HTML editor??

    My question is... how can I use javascript in Text Area with HTML editor??
    I can use javascript functions that change the content of Text Areas but i can´t if i try in text area with html editor....
    I need to limit number of characters in a text area with html editor and i can´t.
    could anybody help me please?

    I have been experiencing similar problems with the HTML Editor and have managed to find an answer that should start to answer some of my questions. The Apex HTML Editor Standard is actually an HTML editor called FCKeditor. The FCKeditor has a Javascript API that can be found at http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/JavaScript_API. Unfortuately this doesn't seem to give the whole answer and I found more at http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:49607.
    I needed to get the text entered within my html editor standard (e.g. P1_MYTEXT) and use it within my javascript function. I did this by using the following script
    <script language="JavaScript" type="text/javascript">
    function showtext(){
    var oEditor = FCKeditorAPI.GetInstance('P1_MYTEXT');
    var editortext = escape(oEditor.GetXHTML(oEditor.FormatOutput));
    alert(editortext);
    </script>
    Hope this helps.
    Matthew

  • How can I use the LabVIEW Symbol Editor as a Sub-VI?

    How can I use the LabVIEW Symbol Editor as a Sub-VI?

    mc-hase wrote:
    > Thank you for your ansver.
    > That means that you see no possibiltiy to use the built in window? (I
    > think the built in window is programmed with LabVIEW as well...)
    The icon editor at least up to version 7.0 of LabVIEW is not written as
    VI but directly implemented inside LabVIEW, which is written in C/C++.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • I have Elements 12.  I'm a new user.  Can I use the organizer as a simple viewer of photographs from a file without opening each individual photo up individually like you do with the editor?  Sometimes I just want to look at the pictures.

    Do I use the organizer to use Elements 12 as a simple photo viewer?  Typically with photo viewers, you can access each photo in a file and go from one to the next without opening a specifc file such as with the Editor.  I am new to this.
    Or am I expecting too much from Elements?

    I was digging around with the instructional videos offered at the Adobe site and I believe I have answered my own question.  The key is to import the photos into the Organizer and then it can be used as a simple viewer.  I have always been hesitant to import any of my photos into any kind of "organizer" in the past and always just viewed the photos from the file folder as I wanted.  But the MS viewer is not very handy from my point of view and I always used Photo Impressions in the past on my other computer.  I don't want to download this software again due to all the adware that I expect will be present in the free version.  My virus software will choke on it I'm sure.

  • Can't use editor (was 0185464975)

    I can now open the Editor Section but cannot use it! When in Organiser and I select an image and click on Editor a window  opens which says Searching for missing file-to locate file yourself click Browse. Then I am told No File Selected Have you removed the missing file when you removed folders S1cache & S1store  Please sort this out or I will think that PSE12 is unusble and will have to seek a refund from my supplier

    See:
    https://forums.adobe.com/thread/1472945

Maybe you are looking for

  • HT201210 'cannot be updated b/c firmware file is not compatible'

    What happens if I get this message while trying to update my iPhone?

  • Using RSRT to find the Query properties

    Hi All, Can anyone let me know to find out the Query properties using RSRT if we dont have access to BEX Analyser etc., The properties like: <b>1.Variables built 2.Exceptions built 3.Conditions built 4.Cell definitions built 5.Types of Key figures bu

  • ORA-10173: Dynamic Sampling time-out error

    Hi , I got the following error in Alert Log. ORA-10173: Dynamic Sampling time-out error can any one tell me on which situation this error occurs. Thanks

  • De-authorization of computers

    A laptop I had been using with iTunes (and on which I had purchased some iTunes from the Store) crashed and couldn't be restored. I never de-authorized that laptop. Furthermore, my present laptop recently had to be re-formatted, so the drive that was

  • Backup applications and it's data

    Hi All, I make a packup for my Iphone but when I view it on the itunes I see only the program without it's data, is this mean that backup is only backing up the applications without it's data?