This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1061 from tomaszdurka/issue-1061
Make CM_Component_Abstract stateless
- Loading branch information
Showing
184 changed files
with
2,296 additions
and
1,875 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{tag el="input" name=$name type="hidden" value="0"} | ||
{tag el="input" type="checkbox" id=$id name=$name tabindex=$tabindex value="1" checked=$checked} | ||
<label for="{$id}">{if isset($text)}{$text}{/if}</label> | ||
{tag el="input" type="checkbox" id=$inputId name=$name tabindex=$tabindex value="1" checked=$checked} | ||
<label for="{$inputId}">{$text}</label> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<input type="color" name="{$name}" id="{$id}" value="{$value}" /> | ||
<input type="color" name="{$name}" id="{$inputId}" value="{$value}" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{tag el="input" name=$name id=$id type="email" value=$value class="textinput {$class}" maxlength=$options.lengthMax tabindex=$tabindex placeholder=$placeholder autocorrect=$autocorrect} | ||
{tag el="input" name=$name id=$inputId type="email" value=$value class="textinput {$class}" maxlength=$options.lengthMax tabindex=$tabindex placeholder=$placeholder autocorrect=$autocorrect} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{tag el="input" name=$name id=$id type="hidden" value=$value} | ||
{tag el="input" name=$name id=$inputId type="hidden" value=$value} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{tag el="input" name=$name id=$id type="password" value=$value class="textinput {$class}" maxlength=$options.lengthMax tabindex=$tabindex placeholder=$placeholder} | ||
{tag el="input" name=$name id=$inputId type="password" value=$value class="textinput {$class}" maxlength=$options.lengthMax tabindex=$tabindex placeholder=$placeholder} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{tag el="input" name=$name id=$id type="text" value=$value class="textinput {$class}" maxlength=$options.lengthMax tabindex=$tabindex placeholder=$placeholder autocorrect=$autocorrect autocapitalize=$autocapitalize} | ||
{tag el="input" name=$name id=$inputId type="text" value=$value class="textinput {$class}" maxlength=$options.lengthMax tabindex=$tabindex placeholder=$placeholder autocorrect=$autocorrect autocapitalize=$autocapitalize} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{tag el="textarea" name=$name id=$id content=$value|escape class="textinput {$class}" maxlength=$options.lengthMax tabindex=$tabindex placeholder=$placeholder} | ||
{tag el="textarea" name=$name id=$inputId content=$value|escape class="textinput {$class}" maxlength=$options.lengthMax tabindex=$tabindex placeholder=$placeholder} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.