瀏覽代碼

text panel documentation

Rashid Khan 12 年之前
父節點
當前提交
bcaba79494
共有 1 個文件被更改,包括 13 次插入0 次删除
  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) {