13 public function __construct(
$identifier,$modelInstance=
null,$fieldsOrder=[],$fieldsDefinition=[],$fields=[],$captions=[],$separators=[]) {
14 parent::__construct(
$identifier,$modelInstance,$fieldsOrder,$fieldsDefinition,$fields,$captions,$separators);
23 [
"message",
"login",
"password",
"passwordConf",
"email",
"submit",
"error"],
24 [
"message"=>[[
"icon"=>
"sign in"]],
25 "input0"=>[[
"rules"=>
"empty"]],
26 "input1"=>[[
"inputType"=>
"password",
"rules"=> [
'minLength[6]',
'empty']]],
27 "input2"=>[[
"inputType"=>
"password",
"rules"=> [
'minLength[6]',
'empty',
'match[password]']]],
28 "input3"=>[[
"rules"=>
"email"]],
29 "submit"=>[
"green fluid"],
30 "message2"=>[[
"error"=>
true]]],
31 [
"Account",
"login",
"password",
"passwordConf",
"email",
"submit",
"error"],
32 [
"Please enter your account informations",
"Login",
"Password",
"Password confirmation",
"Email address",
"Creation"],
38 [
"login",
"password",
"submit"],
39 [
"input0"=>[[
"rules"=>
"empty"]],
"input1"=>[[
"inputType"=>
"password",
"rules"=>
"empty"]],
"submit"=>[
"green basic"]],
40 [
"login",
"password",
"submit"],
43 $result->addDividerBefore(0,
"Connection");
49 [
"login",
"password",
"passwordConf",
"email",
"submit"],
51 "input0"=>[[
"rules"=>
"empty"]],
52 "input1"=>[[
"inputType"=>
"password",
"rules"=>[
'minLength[6]',
'empty']]],
53 "input2"=>[[
"inputType"=>
"password",
"rules"=> [
'minLength[6]',
'empty',
'match[password]']]],
54 "input3"=>[[
"rules"=>
"email"]],
55 "submit"=>[
"green basic"]],
56 [
"login",
"password",
"passwordConf",
"email",
"submit"],
57 [
"Login",
"Password",
"Password confirmation",
"Email address",
"Creation"],
59 $result->addDividerBefore(0,
"Creation");
65 $result->fieldAsMessage(
"message",[
"icon"=>
"sign in",
"attached"=>
true]);
66 $result->addWrapper(
"message",
null,
"<div class='ui attached segment'>");
67 $result->addWrapper(
"error",
null,
"</div>");