jQWidgets Forums

jQuery UI Widgets Forums Editors Editor Put a character

This topic contains 4 replies, has 2 voices, and was last updated by  ivailo 9 years, 5 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • Put a character #78809

    gusanomaly
    Participant

    Hello,

    i’m using this editor with bootstrap and php. When I save the text in my data base appear this character in frist place of the string: ?

    Example: if I write “Hello World” in my data base record appear this: “?Hello World”.

    Im sure that the php side not insert this character, but i can’t debug the editor library.

    If exist any help, please?

    Thank you, best regards!
    Gustav.

    Put a character #78811

    gusanomaly
    Participant

    Sorry, this example is clear:

    <div>?Departures: Miércoles y sábados<br>Duration: All day<br><br><p>All-day trip. Tour the states of New
    Jersey, Delaware and Maryland from 6 a.m. until your arrival in
    Washington D.C. to learn about the history of the United States and its
    constitution as a country. The best investment of your time and money,
    no doubt.<br>
    Tours are available on Wednesdays and Saturdays.</p></div>

    Thank you!

    Put a character #78842

    ivailo
    Participant

    Hi gusanomaly,

    Please send your code for analyze.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    Put a character #78871

    gusanomaly
    Participant

    Hello, thanks, this is part of my code:

    <textarea class="form-control" rows="3" id="texto_simple_en" name="texto_simple_en"></textarea>

    $('#texto_simple_en').jqxEditor({
           height: '300px',
           width: '100%',
           tools: 'bold italic underline | format size color | left center right | ul ol | link | clean | html',
           pasteMode:"html"
    });

    I send thru post to my php code that insert in database with tipical insert query.
    Thank you!

    Put a character #78917

    ivailo
    Participant

    Hi gusanomaly,

    We tested this part of code and the result looks ok.
    Probably the problem is in the rest of your code.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.