Skip to main content
1-Visitor
July 28, 2011
Question

spellcheck and brk tags

  • July 28, 2011
  • 2 replies
  • 746 views
I know the spellcheck improved after 5.1, and can detect when there are
missing spaces between elements. Is there a way (e.g., editing .dcf) to turn
off that boundary around the element <brk> check. I do not want to add
spaces near the <brk> tag, but I do not like it looking like the words
around the <brk> tag are misspelled.

d

    2 replies

    18-Opal
    July 28, 2011
    Hi Doug-



    Try adding an <elementoption> element in your DCF for the "brk" tag (if
    it's not already there), and set spellCheckingNewWord="yes". I think
    that should do what you want.



    <elementoption element="brk" spellcheckingnewword="yes"/">



    --Clay





    Clay Helberg

    Senior Consultant

    TerraXML


    1-Visitor
    July 28, 2011
    beautiful, works... I was using those settings, but added a few others
    attributes and that did not work. I reset them all, and only use
    spellCheckingNewWord then it worked.

    d