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 bc61657 commit 43b2fd5Copy full SHA for 43b2fd5
test/example.php
@@ -208,7 +208,7 @@ protected function form($id)
208
}
209
210
public function blank()
211
- {
+ {
212
$title = '<h1>松下紗栄子</h1>';
213
/*弹窗模式 渲染自定义页模板 Plane::html*/
214
$panel = new FormPanel();
@@ -241,7 +241,7 @@ public function blank()
241
242
$html = $panel->compile();
243
return Plane::html($title.$html);
244
- }
+ }
245
246
private function cascadeExampleData()
247
{
0 commit comments