diff --git a/docs/src/xhtml/components/table/extras.xhtml b/docs/src/xhtml/components/table/extras.xhtml index 09b7c0397..82ca23361 100644 --- a/docs/src/xhtml/components/table/extras.xhtml +++ b/docs/src/xhtml/components/table/extras.xhtml @@ -44,6 +44,13 @@ src: src }; } + function gettag(data, type) { + return { + item: 'Tag', + data, + type + }; + }
@@ -63,6 +70,7 @@+ This function returns the JSON to generate a Tag +
+ +Here are the properties of the Tag.
+