Fix typo in a document
javacript => javascript Change-Id: I5f0bce6f7f95c09347fef12de84255cc8252ec44
This commit is contained in:
parent
96107e0fd6
commit
f9e057030d
@ -258,7 +258,7 @@ Table cells can be easily upgraded with in-line editing. With use of
|
|||||||
django.form.Field, we are able to run validations of the field and correctly
|
django.form.Field, we are able to run validations of the field and correctly
|
||||||
parse the data. The updating process is fully encapsulated into table
|
parse the data. The updating process is fully encapsulated into table
|
||||||
functionality, communication with the server goes through AJAX in JSON format.
|
functionality, communication with the server goes through AJAX in JSON format.
|
||||||
The javacript wrapper for inline editing allows each table cell that has
|
The javascript wrapper for inline editing allows each table cell that has
|
||||||
in-line editing available to:
|
in-line editing available to:
|
||||||
|
|
||||||
#. Refresh itself with new data from the server.
|
#. Refresh itself with new data from the server.
|
||||||
|
Loading…
Reference in New Issue
Block a user