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
<!-- | |
Usecase example: You have a section and you want to replace a textbox field with a number field. | |
1. Create a datasource which loads the section and the oldfield | |
2. Add the datasource to a page with this html | |
3. Create an event with allow multiple | |
Tip: you can use paging 500 records {$url-page} in your datasource and ?page=1 in your url. | |
--> | |
<form method="post" action="{$current-url}/?debug" enctype="multipart/form-data"> | |
<input name="MAX_FILE_SIZE" type="hidden" value="5242880000" /> |
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
<?php | |
class eventevent1 extends SectionEvent | |
{ | |
public $ROOTELEMENT = 'event1'; | |
public $eParamFILTERS = array( | |
); | |
public function priority(){ |
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
<!-- Test --> |
NewerOlder