This file contains hidden or 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
<?php | |
// You can put this code into /app/routes.php for testing | |
/* | |
* Form::selectOpt() | |
* | |
* Parameters: | |
* $collection A I\S\Collection instance | |
* $name The HTML "name" | |
* $groupBy Field by which options are grouped |
This file contains hidden or 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
<?php | |
/** | |
* Google Maps v3 FRONTEND EDITOR snippet for Wolf CMS | |
* | |
* @author Marek Murawski <http://marekmurawski.pl> | |
* @copyright Marek Murawski, 2013 | |
* @license http://www.gnu.org/licenses/gpl.html GPLv3 license | |
* | |
* REQUIRES: |
This file contains hidden or 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
<?php | |
/** | |
* You need jQuery in your frontend for MultiEdit to work | |
* ============================================================================= | |
* <html> | |
* <head> | |
* <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script> | |
* </head> | |
* | |
* |