[Horde_Block] element index

Package indexes

All elements
a b c e g h i l m r s t u v _
_
top
Variable $_app
Horde_Block::$_app in Block.php
Application that this block originated from.
Variable $_applications
All applications used in this layout.
Variable $_blocks
A hash storing the information about all available blocks from all applications.
Variable $_blocks
Variable $_blocks
A cache for the block objects.
Variable $_changed_col
The new column of the last changed block.
Variable $_changed_row
The new row of the last changed block.
Variable $_col
Horde_Block::$_col in Block.php
The Block column.
Variable $_collection
Our Horde_Block_Collection instance.
Variable $_columns
The maximum number of columns.
Variable $_currentBlock
The current block (array: [row, col]).
Variable $_editUrl
Variable $_form
Variable $_layout
The current block layout.
Variable $_layout
The current block layout.
Variable $_linkTags
CSS link tags pulled out of block content.
Variable $_params
Block specific parameters.
Variable $_row
Horde_Block::$_row in Block.php
The Block row.
Variable $_type
What kind of blocks are we collecting? Defaults to any.
Variable $_updated
Has the layout been updated since it was instantiated.
Variable $_vars
Variable $_viewUrl
Method _buildTree
Returns this block's content.
Method _content
Returns this block's content.
Method _params
Returns the parameters needed by block.
Method _sortBlockCollection
Block sorting helper
Method _title
Returns the title to go in this block.
a
top
Method addBlock
Adds an empty block at the specified position.
Method addCol
Adds a new column to the layout.
Method addRow
Adds a new row to the layout.
b
top
Page Block.php
Block.php in Block.php
Method buildTree
c
top
Page Collection.php
Collection.php in Collection.php
Method colExists
Does a column exist?
Method columns
Returns the number of columns in the specified row of the current layout.
Method count
Returns the number of blocks in the current layout.
e
top
Method expandDown
Makes a block one row taller by moving the bottom down.
Method expandLeft
Makes a block one column wider by moving the left side out.
Method expandRight
Makes a block one column wider by moving the right side out.
Method expandUp
Makes a block one row taller by moving the top up.
g
top
Method getActionUrl
Returns an URL triggering an action to a block.
Method getApp
Returns the application that this block belongs to.
Method getApplications
Return a list of all the applications used by blocks in this layout.
Method getBlock
Returns the Horde_Block at the specified position.
Method getBlock
Method getBlockAt
Returns the coordinates of the block covering the specified field.
Method getBlockInfo
Returns a hash with some useful information about the specified block.
Method getBlocksList
Returns a pretty printed list of all available blocks.
Method getBlocksWidget
Returns a select widget with all available blocks.
Method getContent
Returns the content for this block.
Method getControl
Returns a control (linked arrow) for a certain action on the specified block.
Method getCurrentBlock
Get the current block row and column.
Method getDefaultValue
Returns the default value of the specified parameter.
Method getFixedBlocks
Returns a layout with all fixed blocks as per configuration.
Method getHeaderIcons
Returns the actions for the block header.
Method getHeight
Get the height of the block at a given location.
Method getLinkTags
Get any link tags found in the view.
Method getName
Returns the name of the specified block.
Method getOptionRequired
Returns whether the option is required or not. Defaults to true.
Method getOptionsWidget
Returns the widget necessary to configure this block.
Method getOptionType
Returns the option type.
Method getOptionValues
Returns the values for an option.
Method getParamName
Returns the (clear text) name of the specified parameter.
Method getParams
Returns any settable parameters for this block. This is a static method. It does *not* reference $this->_params; that is for runtime parameters (the choices made from these options).
Method getParams
Returns the parameter list of the specified block.
Method getTitle
Returns the text to go in the title of this block.
Method getWidth
Get the width of the block at a given location.
h
top
Method handle
Process a modification to the current layout.
Method Horde_Block
Constructor.
Class Horde_Block
Horde_Block in Block.php
The abstract Horde_Block:: class represents a single block within the Blocks framework.
Class Horde_Block_Collection
Horde_Block_Collection in Collection.php
The Horde_Block_Collection:: class provides an API to the blocks (applets) framework.
Method Horde_Block_Collection
Constructor.
Class Horde_Block_Layout
Horde_Block_Layout in Layout.php
The Horde_Block_Layout class provides basic functionality for both managing and displaying blocks through Horde_Block_Layout_Manager and Horde_Block_Layout_View.
Class Horde_Block_Layout_Manager
The Horde_Block_Layout_Manager class allows manipulation of Horde_Block layouts.
Method Horde_Block_Layout_Manager
Constructor.
Method Horde_Block_Layout_View
Constructor.
Class Horde_Block_Layout_View
The Horde_Block_Layout_View class represents the user defined portal layout.
Method Horde_Block_UI
Class Horde_Block_UI
Horde_Block_UI in UI.php
Class for setting up Horde Blocks using the Horde_Form:: classes.
i
top
Method isBlock
Returns if the specified location is the top left field of a block.
Method isChanged
Returns if the specified block has been changed last.
Method isCovered
Returns if the field at the specified position is covered by another block.
Method isEditable
Returns if the specified block is customizeable by the user.
Method isEmpty
Checks to see if a given location if being used by a block
Method isRemovable
Returns whether the specified block may be removed.
l
top
Page Layout.php
Layout.php in Layout.php
m
top
Page Manager.php
Manager.php in Manager.php
Method moveDown
Moves a block one row down.
Method moveDownBelow
Moves all blocks below a certain row one row down.
Method moveLeft
Moves a block one column left.
Method moveRight
Moves a block one column right.
Method moveRightAfter
Moves all blocks after a certain column one column right.
Method moveUp
Moves a block one row up.
r
top
Method removeBlock
Removes a block.
Method removeColIfEmpty
Removes a column if it's empty.
Method removeRowIfEmpty
Removes a row if it's empty.
Method rowExists
Does a row exist?
Method rows
Returns the number of rows in the current layout.
s
top
Method serialize
Serialize and return the current block layout.
Method setBlockInfo
Sets a batch of information about the specified block.
Method setForm
Method setupEditForm
Method setVars
Method shrinkDown
Makes a block one row lower by moving the bottom up.
Method shrinkLeft
Makes a block one column narrower by moving the left side in.
Method shrinkRight
Makes a block one column narrower by moving the right side in.
Method shrinkUp
Makes a block one row lower by moving the top down.
Method singleton
Returns a single instance of the Horde_Blocks class.
Method singleton
Returns a single instance of the Horde_Block_Layout_Manager class.
t
top
Method toHtml
Render the current layout as HTML.
u
top
Variable $updateable
Whether this block has changing content.
Page UI.php
UI.php in UI.php
Method unserialize
Resets the current layout to the value stored in the preferences.
Method updated
Has the layout been changed since it was instantiated?
v
top
Page View.php
View.php in View.php
a b c e g h i l m r s t u v _