Date: Sun, 2 Aug 2026 01:38:17 %+0200
Mime-Version: 1.0 (Produced by Tiki)
Content-Type: application/x-tikiwiki;
  pagename=Row%20Plugin%20Alias;
  flags="";
  author=luci;
  version=11;
  lastmodified=1574515713;
  author_id=213.250.250.82;
  summary=more%20doc%2C%20version%200.1;
  hits=0;
  description="";
  charset=utf-8
Content-Transfer-Encoding: binary

{DIV(class="floatright pull-right")}__[https://profiles.luciash.eu/tiki-index_p.php?page=Profile+Details&itemId=5650|Profile Data Details|box]__{DIV}
!! Row Plugin Alias (version 0.1)
''Row Plugin Alias'' creates a custom "Row" [https://doc.tiki.org/Plugin-Alias|Plugin Alias] of [https://doc.tiki.org/PluginDiv|PluginDiv].

!! Known Issues & Limitations
* There are currently no known issues or limitations

!! Installation & Update
By hitting the __Apply Now__ button on ''Control Panels'' → ''Profiles'' control panel (or __Forget and Re-apply__ if you want to do an update) the following YAML code will be applied:

{CODE(caption="YAML" colors="yaml" ln="1")}
objects:
 -
  type: plugin_alias
  ref: row
  data:
   name: row
   implementation: div
   description:
    name: Row
    description: Creates Row plugin alias of plugin Div
    params:
     class:
      name: Class
      default: row
      description: Class to be used
      required: true
   params:
    class: row
   body:
    input: use
{CODE}

!! Usage
This profile creates a custom "Row Plugin Alias".
So after applying the profile instead of writing:
{CODE(colors="tiki" theme="default")}{DIV(class=row)}...{DIV}
{CODE}

You can now use:
{CODE(colors="tiki" theme="default")}{ROW()}...{ROW}
{CODE}

!! Uninstall
Go to your Admin Settings ''[tiki-admin.php?page=textarea&cookietab=3|Control Panels → Editing and Plugins → Plugin Aliases]'' tab and delete the Row plugin alias from there.
