Add tooltip

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-09-12 18:22:14 +09:00
parent 37b6aed95c
commit ec49ae6c46
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -7,14 +7,16 @@
%label %label
{{ grepType | humanize }} {{ grepType | humanize }}
.form-group .form-group
%label %label{"data" => {"toggle" => "tooltip", "placement" => "right"},
"title" => "The field name to which the regular expression is applied."}
Key Key
%input.form-control{"v-bind:id" => 'inputId("key", index, subIndex)', %input.form-control{"v-bind:id" => 'inputId("key", index, subIndex)',
"v-bind:name" => 'inputName("key", index, subIndex)', "v-bind:name" => 'inputName("key", index, subIndex)',
"v-model:lazy" => "key", "v-model:lazy" => "key",
"type" => "text"} "type" => "text"}
.form-group .form-group
%label %label{"data" => {"toggle" => "tooltip", "placement" => "right"},
"title" => "The regular expression"}
Pattern Pattern
%input.form-control{"v-bind:id" => 'inputId("pattern", index, subIndex)', %input.form-control{"v-bind:id" => 'inputId("pattern", index, subIndex)',
"v-bind:name" => 'inputName("pattern", index, subIndex)', "v-bind:name" => 'inputName("pattern", index, subIndex)',