Changeset 1922


Ignore:
Timestamp:
2011-08-04 13:39:49 (10 months ago)
Author:
sdm
Message:

Options.refresh now triggers a non-cached ajax call (fixes #467)
collection-control-autolayout.html sample page fixed (crashed in IE because of unbalanced HTML)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/static-{build}.key/kauri.forms/field.js

    r1920 r1922  
    239239                // take async setting from setup 
    240240                type       : "GET", 
     241                cache      : false, 
    241242                url        : uri, 
    242243                processData: false, 
  • trunk/samples/kauri-forms-sample/src/main/kauri/pages/collection-control-autolayout.html.xml

    r1830 r1922  
    2525                      "templates" : { 
    2626                                "layout": "<div kauri-role='input' style='border-style: dashed; border-width: 1px; margin: 10px; padding: 10px;'><span kauri-role='label'/><span kauri-role='control'/><span kauri-role='messages'/><input type='button' kauri-role='delete' value='Delete'/></div>", 
    27                                 "control": "<div kauri-role='container' ></div><input type='button' kauri-role='add' value='Add'></div>" 
     27                                "control": "<div kauri-role='container' ></div><input type='button' kauri-role='add' value='Add'>" 
    2828                            } 
    2929                  }, 
Note: See TracChangeset for help on using the changeset viewer.