We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e4437 commit b699a99Copy full SHA for b699a99
src/Widget/Plane.php
@@ -23,8 +23,8 @@ class Plane
23
* xhr.method string GET,POST,PUT,DELETE
24
* xhr.callback string js回调函数
25
* @param array $options
26
- * options.W float|string 0.5,50%,500px
27
- * options.H float|string 0.5,50%,500px
+ * options.w float|string 0.5,50%,500px
+ * options.h float|string 0.5,50%,500px
28
* options.top string 5%,50px
29
* options.left string 5%,50px,auto
30
* @return HeadPosAction
@@ -43,8 +43,8 @@ public static function headAction(string $title,string $url,array $xhr=[],array
43
44
45
46
47
48
49
50
* @return RowPosAction
0 commit comments