Esempio n. 1
0
<?php

/*
 examplemodule
 * 
 exampleGroupId
 exampleActionId
 exampleItemId
 * */
$oForm = new plugin_form($this->oPermission);
$oForm->setMessage($this->tMessage);
?>
<form action="" method="POST" >

<table class="tb_list">
	
	<tr>
		<th>Groupe</th>
		<th>Action</th>
		<th>Element</th>
	</tr>
	
	<tr>
		<td>
			<?php 
echo $oForm->getSelect('#exampleGroupId#', $this->tJoinGroup);
?>
			<br/>ou <br/>
			<?php 
echo $oForm->getInputText('#exampleGroupId#_text');
?>