Ignore:
Timestamp:
Mar 13, 2011, 12:05:16 AM (13 years ago)
Author:
gav
Message:

Rework entry create and save ajax to allow multiple page element updates with JSON.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/taskDetailed/_showProcedureTab.gsp

    r833 r859  
    4646                            value="Add PM Entry"
    4747                            onclick="getCreateEntryForm(jQuery('#pmEntryContainer'),
    48                                                                                 jQuery('#createPMEntryContainer'),
    4948                                                                                jQuery('#pmEntryButton'),
    50                                                                                 {taskId: ${taskInstance?.id}, entryTypeId: 6})" />
     49                                                                                {target: '#createPMEntryContainer',
     50                                                                                taskId: ${taskInstance?.id},
     51                                                                                entryTypeId: 6})" />
    5152            </span>
    5253        </div>
Note: See TracChangeset for help on using the changeset viewer.