Explorar o código

text panel documentation

Rashid Khan %!s(int64=12) %!d(string=hai) anos
pai
achega
bcaba79494
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      panels/text/module.js

+ 13 - 0
panels/text/module.js

@@ -1,3 +1,16 @@
+/*
+
+  ## Text
+
+  A simple panel of static content
+
+  ### Parameters
+  * mode :: 'text', 'html', 'markdown'
+  * content :: Content of the panel
+  * style :: Hash containing css properties
+  
+*/
+
 angular.module('kibana.text', [])
 .controller('text', function($scope, $rootScope) {