Hi
I'm new with Chrono and I wonder how I can write new custom element with php code, just like codes we can write in Chronoconnectivity.
I mean something like this:
and I really appreciate if someone helps me in order to make user list from joomla
thanks indeed
I'm new with Chrono and I wonder how I can write new custom element with php code, just like codes we can write in Chronoconnectivity.
I mean something like this:
<select>
<?php
for ($i=0;$i<10;<$i++){
echo "<option value='".$i."'>".$i."</option>\r\n";
}
?>
</select>
and I really appreciate if someone helps me in order to make user list from joomla
thanks indeed