Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7046803
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:41:39+00:00 2026-05-28T02:41:39+00:00

I have project that shows few tables and try to use JQuery dialog boxes

  • 0

I have project that shows few tables and try to use JQuery dialog boxes to change and add data to tables.
I implemented dialog and the function to show it and populate with content from table works fine. Also save button works nice so I save content to database.

My question is when I open dialog my content inside text boxes is not editable. I puted input fields like this:

<input type="text" name="codice" id="codice" class="text ui-widget-content ui-corner-all" contenteditable="true" />

Can anyone help me to enalbe editing to those fields.
Thanks.

<div id="dialog-form" title="Gestione Tipo Appuntamento" >
    <form id="dialogform" action="agendaTipoAppuntamentoSalvaJson.do" contenteditable="true" >
    <input type="hidden" name="idTipoAppuntamento" id="idTipoAppuntamento" value=""  />
    <fieldset><table>

        <tr>
        <td>
        <label for="codice">Codice </label>
        </td><td>
        <input type="text" name="codice" id="codice" class="text ui-widget-content ui-corner-all" contenteditable="true" />
        </td></tr><tr>
        <td>
        <label for="descrizione">Descrizione </label>
        </td><td>
        <input type="text" name="descrizione" id="descrizione" value="" class="text ui-widget-content ui-corner-all" contenteditable="true" />
        </td></tr><tr>
        <td>
        <label for="descrBreve">descrBreve </label>
        </td><td>
        <input type="text" name="descrBreve" id="descrBreve" value="" class="text ui-widget-content ui-corner-all" contenteditable="true" />
        </td></tr><tr>
        <td>
        <label for="colore">colore </label>
        </td><td>
        <input type="text" name="colore" id="colore" value="" class="text ui-widget-content ui-corner-all" contenteditable="true" />
        </td>
        </tr>

    </table></fieldset>
    </form>
</div>

and JS part to call variables:

function showUpdate(id,codice,descrizione,descrBreve,colore) {

        $('#idTipoAppuntamento').val(id); 
        $('#codice').val(codice);              
        $('#descrizione').val(descrizione);
        $('#descrBreve').val(descrBreve);
        $('#colore').val(colore);
        $( "#dialog-form" ).dialog( "open" );
    }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T02:41:40+00:00Added an answer on May 28, 2026 at 2:41 am

    It’s a bug. I found solution to put:

    position: relative;
    z-index: 9999; 
    

    into style for div that holds form and everything work now…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a few libraries I use in my project that are unsigned. Because
I have a C++/CLI project that wraps a native C++ application, which I use
We have a few maven projects that inherit from eachother. Our persistence layer project's
$(.container).hover( function(){ $(.child-1).hide(0); $(.child-2).show(0); },function(){ $(.child-1).show(0); $(.child-2).hide(0); }); A project I have requires that
I have project that I'm working on that is going to require a webserver.
I have a project that I'm currently working on but it currently only supports
I have a project that I would like to start beta testing soon, it
I have a project that I'm working on and I need to be able
We have a project that generates a code snippet that can be used on
I have a project that I thought was going to be relatively easy, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.