Ignore:
Timestamp:
17 Jul 2007, 09:30:28 (17 years ago)
Author:
joachim
Message:

ajax now works with ie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/waeup_edit_buttons.pt

    r867 r2025  
    1515         id="cpsdocument_create_button"
    1616         tal:condition="creation" />
     17  <tal:block define="
     18  use_ajax use_ajax|python:True;
     19  content_changed python:cpsmcat('psm_content_changed');
     20  content_error python:cpsmcat('psm_content_error');
     21  working python:cpsmcat('psm_ajax_working')"
     22  condition="python:use_ajax">
     23    <script type="text/javascript"
     24            tal:content="string:
     25            // unobtrusive form controller, that leaves the form accessible
     26            var editor = new CPSDocumentEditor(
     27            'editForm',
     28            $$('editForm').action,
     29            'editForm',
     30            new Array('cpsdocument_edit_button'),
     31            new Array('cpsdocument_edit_and_view_button'),
     32            'page_title',
     33            {content_changed: '${content_changed}',
     34            working: '${working}',
     35            content_error: '${content_error}'},
     36            null,
     37            new Array('addwidget_button'));"
     38            >
     39    </script>
     40  </tal:block>
    1741</metal:block>
Note: See TracChangeset for help on using the changeset viewer.