How to use Spell Check in webdynpro?

Hi,
I'm having a text edit UI element and a button. By clicking on that button the contents in the text edit UI elements should be <b>spellchecked</b>.
can anyone give me out with the detailed procedure to be followed to do this.
Thanks & Regards,
Suresh

Hi Suresh,
Try this Blog.
/people/valery.silaev/blog/2005/07/05/the-quik-brouwn-fox-jamps-ovrr-the-laizy-dog
I hope it is very useful for you.
Regards,
Balaji P.J

Similar Messages

  • How to use Spell-check functionality for textbox (like Orkut, gtalk)

    How to use Spell-check functionality for tex Hello Friends,
    I am working on a JSP application. I wanted to add Spell check for text box like we have here, when we post a message. It automatically shows red line under the word, when ever spelling is wrong. Please tell me how I can do this. If possible, the code too.
    Thanks.

    I believe the spell checking you see here, or on any other site, is the spell checking built into Firefox. At least that's what I see. Are you using Firefox?

  • How to use spell checker without mouse?

    Hi,
    how to use spell checker without mouse?
    And how to quickly change between languages related to documents, and be able to quickly get back to the main language setting that should be the default for the system?

    And how to quickly change between languages related to documents
    If you are talking about input keyboards, this is controlled by shortcuts that are explained at the top right of system prefs/language & text/input sources.

  • How Do You Spell Check in LIVE view using Fluid Grid

    How Do You Spell Check in LIVE view using Fluid Grid???
    When using LIVE view in Fluid grid... Spell Check is only available in Code view... which doesn't seem to work.
    huh... it doesn't end!

    At the moment, you don't.  The Adobe team is aware of it.
    Provide "Design View" for Fluid Grid Webpages
    Nancy O.

  • How do you spell check a field?

    How are people spell checking their fields?
    In searching around, I have only found (a) suggestions to yank the text into MS Word, do a spell check, then yank the resulting text into the field; (b) software from DC AL CODA that we aren't clear how they actually work (http://www.dcalcoda.com).
    Specifically, my manager wants a tool that'll interface with Oracle like this: give a table name and a field name and be asked about each spelling error, much like an email spell check. The tool would change things as you ask, directly in the database. You wouldn't have to cut and paste into it and back to the db fields.
    We aren't using forms. We use SQL*Plus, Quest Software's TOAD, and our own Java servlets (using JDBC to enter SQL statements).
    I would love to hear how people do their spell checking.
    Hopefully this is an appropriate forum for this question. There doesn't seem to be a general or SQL forum. Our database tables include a fair amount of text that shows up on Web pages. These are the fields we want to spell check.

    I thought I'd reply to my own question since I found a workable solution, at least for our office which has MS Windows.
    MS Access can connect directly to an Oracle data source. Access has a spell checking feature where you can select a field and spell check it. Below are tips and instructions for doing this.
    TIPS:
    It's surely a good idea to back up tables and be the only person or process changing those tables during the spell check.
    One thing to watch for is whether the entire table comes in. At the bottom of the screen is a >* button which seems to get all fields. For large tables, you have to hit this button before you get the entire table.
    Another glitch is that all of the given database user's tables show up in one list box -- makes for some painful scrolling, but all of the tables are listed.
    A much smaller glitch is that if you widened any of the fields in the view of the table, when you close the window, it asks if you want to save the formatting. It has nothing to do with saving the data (that is automatic). It's safe to say no.
    The spell check doesn't recognize HTML tags (asks about "br"s from <br> tags) but seems to know to ignore things like &quot;
    How to set up an ODBC Data Source in Windows:
    1. MS Start -> Settings -> Control Panel -> ODBC Data Sources (32 bit)
    2. Drivers tab, scroll down and select Oracle ODBC Driver
    3. OK
    4. User DSN tab, Add...
    5. Select Oracle ODBC Driver and Finish
    6. Make up a data source name (example: src)
    7. Enter a description for it
    8. For Service name, put what your service name is (for an SQL*Plus connection, 'usr/passwd@svc', this is 'svc')
    9. For UserID, put your user id (for an SQL*Plus connection, 'usr/passwd@svc', this is 'usr')
    10. Ignore the rest of the fields, click OK
    11. Another OK.
    How to use Access to Spell Check an ODBC Data Source Field:
    0. Install Access from (MS Office 2000).
    1. Start Access (by the way, you might find it way down the list in Start -> Programs).
    2. Open file, in the file type box, scroll to the end: ODBC Databases. You'll get a dialog.
    3. Machine Data Source tab, select the name you gave it (src in step 6 above)
    4. You'll be prompted for the password (for an SQL*Plus connection, 'usr/passwd@svc', this is 'passwd')
    5. Select from the huge list of every table the table you want. Ok.
    5.a. If the table has no key, you'll be prompted for the unique key from a list of all fields.
    6. Double click the item that has just been added to the dialog that remains on the screen. It'll have a globe next to text like USR_TABLENAME. This brings up a randomly sized first chunk of the table.
    7. To make sure you get the entire table, on the paging buttons on the bottom (|< < > >| >*), click >*. It may take a few moments to get a huge table.
    8. Click the heading of the field (column) you want to spell check). This selects the entire column.
    9. Hit spell check (ABC checkmark tool or Tools -> Spelling)
    10. Check away. The changes are made immediately to the database.
    11. Close the table display window.
    null

  • How to use EPCF eventing in Webdynpro

    Hi All,
    I have made a Webdynpro application as an iview in portal. Now i need to accomplish client eventing between this iview and any other portal iview. I learned from this link
    http://help.sap.com/saphelp_nw04/helpdata/en/d8/6ee03fc2269615e10000000a155106/frameset.htm
    that, this can be done through EPCF.
    I can very well write use the EPCM objects in EP components with the help of Javascript tags.
    But, I learned from my Webdynpro friends and these links
    Re: Javascript in webdynpro application.
    Re: Javascript
    Re: how to make use of javascript functionality in WD application?
    that, Webdynpro is strictly NOT the place for Javascript.
    So, Where and How to use EPCF APIs in Webdynpro?
    Shortly, In an Webdynpro application, where and how can i insert the following line of code.
    WDPortalEventing.subscribe("urn:com.sap.tc.webdynpro.test.portal","TestEvent",wdThis.wdGetTestEventAction());
    Please help me in this regard..
    Vijay.K

    Hi,
    Check this,
    /message/205009#205009 [original link is broken]
    Write that subcribe in the doinit method and handle the event in the action handler
    Check also this
    webdyn iviews and portal eventing:WebDynpro iViews and Portal Eventing
    /message/554249#554249 [original link is broken]
    Communication between 2 IViews on 2 different Pages
    Regards,
    Vijayakhanna Raman
    Message was edited by: Vijayakhanna Raman

  • Sample project how to use Itext (pdf) in webdynpro

    Hi all,
    Have someone a sample how to use Itext in a webdynpro.
    Richard

    Hi Roberto and Bala,
    Sorry, I was thinking the wrong way!!
    Please can you check my source, I a'm get an error by opening the new window. the error : D:\PDFfromJava.pdf (The system cannot find the file specified)
    this my source:
        //@@begin wdDoInit()
        wdContext.currentPersonalDataElement().setFirstName("Richard");
        wdContext.currentPersonalDataElement().setLastName("Middelburg");
         Document document = new Document();
         try {
          PdfWriter.getInstance(document, new FileOutputStream("D:
    PDFfromJava.pdf"));
           document.open();
           document.add(new Paragraph("Hi, this is demo PDF file from JAVA!"));
         catch(DocumentException de) {
         //     wdComponentAPI.getMessageManager().reportException(de.getMessage(),false);
         wdContext.currentContextElement().setTest("fout1");
         }catch(IOException ioe) {
         //     wdComponentAPI.getMessageManager().reportException(ioe.getMessage(),false);
         wdContext.currentContextElement().setTest("fout2");
         File file = new File("D:
    PDFfromJava.pdf");// from iText library
         try
              IWDResource wr = WDResourceFactory.createCachedResource(getBytesFromFile(file), "PDF Report", WDWebResourceType.PDF);
              IWDWindow w = wdComponentAPI.getWindowManager().createNonModalExternalWindow(wr.getUrl(0), "PDF Report");
              w.show();
         catch (Exception e)
              wdComponentAPI.getMessageManager().reportException(e.getLocalizedMessage(), false);
              wdContext.currentContextElement().setTest("fout3");
        //@@end
    //@@begin others
      public static byte[] getBytesFromFile(File file) throws IOException {
                    InputStream is = new FileInputStream(file);
                    // Get the size of the file
                    long length = file.length();
                    // You cannot create an array using a long type.
                    // It needs to be an int type.
                    // Before converting to an int type, check
                    // to ensure that file is not larger than Integer.MAX_VALUE.
                    if (length > Integer.MAX_VALUE) {
                         // File is too large
                    // Create the byte array to hold the data
                    byte[] bytes = new byte[(int)length];
                    // Read in the bytes
                    int offset = 0;
                    int numRead = 0;
                    while (offset < bytes.length
                             && (numRead=is.read(bytes, offset, bytes.length-offset)) >= 0) {
                         offset += numRead;
                    // Ensure all the bytes have been read in
                    if (offset < bytes.length) {
                         throw new IOException("Could not completely read file "+file.getName());
                    // Close the input stream and return bytes
                    is.close();
                    return bytes;
      //@@end
    Richard

  • How can I Spell Check with an Action?

    Hi -
    I can use the Spell Checking command while I'm recording a new Action but when I play that
    Action it gets stuck on the first step... "Spell Check in contents of all text layer".  I didn't write that first step - PShop did while I was recording the Action.  Whe I try to use the Action I get an alert ... "The object "in contents of all text layer" is not currently available."
    If I hit Stop - the Action stops.
    If I hit Continue - the Action stops.
    So how do I Spell check using an Action?  I plan to use this in a batch process. I have about 300 files and automating this would be great.
    TIA any insight,
    JL
    --Photoshop CS5, Win 7

    See if using Insert Menu Item works for the spell check.

  • The new version of Pages in Mavericks crashes when I use spell checker.

    The new Pages in Mavericks crashes each time I use spell checker.  I have to Force Quit each time I use spell.  I've been using Pages for many years with no problems.  This is a first.  I don't know if it relates to Mail's spell checker problem I've also been having since upgrading to Mavericks.  In Mail, some words that I commonly misspell (like hte for the) are no longer corrected when I send mail.  Anyone else have this problem?  Any workarounds or clues as to how to fix the issue?

    Many features have been removed from Pages 5 see:
    iWorkTipsnTricks Forum
    Meanwhile it probably is best to continue using Pages '09 if that is possible and if you are unhappy with Pages 5 give it a review and rating in the App Store.
    Peter

  • How to stop spell check

    Whenever I type a letter, it automatically type out a word that I don't want in that specific area. For example, I would press "A" and it would automatically spell "Apples" when I actually want "A-1". BTW, I'm typing within a grid with images and it tends to mess the alignment of the images. I need to know how I can stop that from occurring. Thanks in advance.
    HG72

    Open Pages Preferences > Auto correction > deselect Automatically use spell checker suggestion
    Thats it!

  • How to use HTML Tags in webdynpro java

    Hi,
         Can any body tell me how to use HTML Tags in webdynpro java.
    If u provide me with sample code it will become more usefull.
    Thanks & Regards,
    SN

    HI,
    Please find the steps:
    Create a html file and store in your webdynpro project
    Add the html contents in your file
    & Create a IFRAME UI element and refer you html file
    Now you able to see the html in webdynpro
    Thanks & Regards,
    Ram

  • How to use Java code inside WebDynpro-ABAP

    Hi,
        How to use Java code inside WebDynpro-ABAP.
    Could any one provide sample code.
    Cheers,
    Sam

    Hi Sam,
    We can't Bring Java Inside the ABAP. Both are running in different Environments.
    and also ABAP Codes are runs on BASIS.
    -Basis is a middleware between ABAP codes and Ur OS.
    -Contains set of programs to load,RUN,intepret the ABAP program..
    So Both are Different.
    Regards,
    Ramganesan K.

  • How do I spell check a Pages document in Indonesian?

    How do I spell check a Pages document in Indonesian?

    http://pagesfaq.blogspot.co.uk/2006/11/i-want-pages-menus-in-english-but.html
    Does this get you anywhere?

  • Adobe Flash Professional CS6, cant use spell checker, missing or not there

    I am trying to use spell checker on Adobe Flash CS6, everywhere I look for help is very minimal. Most places just say click Text > then Check Spelling but I can't see this anywhere, I have found these instructions under Adobe CS6's Help but the Help on Adobe's website was brief an unhelpful.
    I am unsure what is wrong mainly because of the minimal help I found on-line but as I said Check Spelling is not under Text and nowhere else as far as I can tell. Any advice would be helpful, I seem to remember having to add a Spell Check Dictionary manually on much older versions of Macromedia Flash is this the case here? If so why is it so hard to find help on this matter?
         thanks in advance for any help.
                       Jamie North - Ucall ltd

    Thanks for the response but you have just told me the only piece of information I can find about this - its under Text. But like I said it isn't there, there's nothing to do with spelling at all within my Flash programme anywhere. I am using it on Windows 7 64-bit using Adobe Creative cloud on Adobe Flash Professional CS6 - Version 13.1.0.226
    Here is a screenshot
    Also why is your answer marked as "Correct?" We have not resolved this issue so far.
         Thank You
              Jamie

  • HT201342 How do I spell check when composing an e-mail?

    How do I spell check when composing an e-mail

    Webmail sites typically have a link tool that appears on the formatting bar above the compose box. The specifics might vary but generally speaking, if you click the button for the link tool, paste the link, then OK that, a link should be inserted at the current cursor position.
    To see what I mean for Yahoo! mail, check out this thread: [https://support.mozilla.org/en-US/questions/938081 url is not highlighted when sending it on an email and cannot be directly accessed].
    Does that help?

Maybe you are looking for

  • Up-to-date program reply time.

    I've requested my copy of mountain lion since 10am yesterday morning and I have not gotten a reply as yet. Is anyone still waiting for a reply like me?

  • Form - Insert only if not a duplicate

    Hi, In Oracle Portal I have a form that submit data to a table. I only want the information to be inserted if the table doesn't already contain that email address that the user has types into the form. In the additional PL/SQL code I added the follow

  • How to use tag libraries?

    hi, I have an external taglibrary file, bean.tld. I want to use the tags of this file in portal component. Where shall i place this file in order to access it? regards, ganesh natarajan

  • Overflow in EXCEL title line routine - Error while posting FI document

    Hi All -    We are getting an "Overflow in EXCEL title line routine" error message while posting SAP FI document thru FB01 transaction code. We are getting this error message while entering the coding block, can anyone please explain how this error m

  • Why won't Lenovo fix or comment on BIOS problems?

    So far I have been happy with the machine (W520), until realizing it only runs Windows. I have had numerous issues with functionality that should work, and the machine is nearly useless to me unless I run windows. The BIOS does not seem to properly s