Overview

Namespaces

  • None
  • Xmf
    • Database
    • Module
      • Helper
    • Template
  • Xoops
    • Auth
    • Core
      • Cache
      • Database
        • Logging
        • Schema
      • Exception
      • Handler
        • Scheme
      • Kernel
        • Dtype
        • Handlers
        • Model
      • Lists
      • Locale
        • Punic
      • Service
        • Contract
      • Session
      • Text
        • Sanitizer
          • Extensions
      • Theme
        • Plugins
    • Form
    • Html
    • Locale
    • Module
      • Helper
      • Plugin

Classes

  • AbstractTemplate
  • Breadcrumb
  • Buttonbox
  • Feed
  • PrintContent
  • Overview
  • Namespace
  • Class
  • Tree

Class Buttonbox

Buttonbox

Xmf\Template\AbstractTemplate
Extended by Xmf\Template\Buttonbox
Namespace: Xmf\Template
Package: Xmf
Category: Xmf\Template\Buttonbox
Copyright: 2011-2013 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Grégory Mage (Aka Mage)
Author: trabis lusopoemas@gmail.com
Version: Release: 1.0
Since: 1.0
Link: http://xoops.org
Located at oops_lib/Xmf/Template/Buttonbox.php
Methods summary
protected
# init( )

init

init

public
# setPosition( string $position )

set position - alignment position

set position - alignment position

Parameters

$position
left, right, center
public
# setImagePath( string $path )

set path - path to image files. Do not set if icons are specified with absoulte URLs

set path - path to image files. Do not set if icons are specified with absoulte URLs

Parameters

$path
$position left, right, center
public
# setDelimiter( string $delimiter )

setDelimiter

setDelimiter

Parameters

$delimiter
delimiter put between buttons
public
# addItem( string $title, string $link, string $icon, string $extra = '' )

addItem to button box

addItem to button box

Parameters

$title
title string for button
$link
link for button
$icon
icon for button
$extra
extra
protected
# render( )

render the buttonbox

render the buttonbox

Methods inherited from Xmf\Template\AbstractTemplate
__construct(), disableLogger(), display(), fetch(), setTemplate()
Properties inherited from Xmf\Template\AbstractTemplate
$tpl
API documentation generated by ApiGen