diff --git a/index.htm b/index.htm index b890e32..acaf6ff 100644 --- a/index.htm +++ b/index.htm @@ -36,10 +36,22 @@

Default behavior

$("#kve_default").keyvalueeditor('init'); +

The values can get by calling getValues.

+ + var values=$("#kve_default").keyvalueeditor('getValues'); + +

The values can add programatically by calling addParams

+ + $("#kve_default").keyvalueeditor("addParams",[{key:"foo",value:"bar"}]); + +
+

Current values:

+
+				


@@ -61,10 +73,10 @@

Default behavior

- - + + - + @@ -81,5 +93,14 @@

Default behavior

$("#kve_custom").keyvalueeditor('init',params); + - \ No newline at end of file +