Henri Bergius <[EMAIL PROTECTED]> wrote:
> You don't even have to build your own MidCOM component for this, just
> create an alternate "layouts" configuration snippet to your sitegroup's
> snippetdir /sitegroup-config/taviewer
>
> The format is like this:
>
> <?php
>
> global $de_linkm_taviewer_layouts;
>
> $de_linkm_taviewer_layouts = array (
>
> "default" => array (
There are two work made with no compatibility ;)
There is similiar one "form builder" for new spider , old admin - whatever.
It gets all value from "predefined" objects parameters, and let user define data
on the fly , so simply may be called:
$object.>schema["postcode"]["display"] = 'the postcode of Your adress';
$object->input_text("postcode");
which generates <input type="text"> in this case
or simpler
$object->make_form();
which generates all object's properties form.
This form builder works with every array and every object.
Piotras
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]