Tag

class Nos\Renderer_Tag
This renderer is used to add tags on an item.
It’s based on jQuery UI Tag-it.
Tag UI

Configuration

Any options for the jQuery UI Tag-it widget. See the documentation for all available options.

Example

Adding a tags editor in a CRUD form configuration:

<?php

return array(
    'label' => '',
            'renderer' => 'Nos\Renderer_Tag',
            'renderer_options' => array(
                    'model'         => 'Model_Tag',
                    'label_column'  => 'tag_label',
                    'relation_name' => 'tags'
            ),
);
Read the Docs v: chiba.1
Versions
latest
chiba.2
chiba.1
0.2
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.