BEdita API doc | v3.8.0
  • Class
  • Tree
  • Deprecated
  • Download

Classes

  • _emptyAfterFindView
  • Addon
  • AddressbookController
  • AddressbookShell
  • AdminController
  • Alias
  • Annotation
  • ApiAuthComponent
  • ApiBaseController
  • ApiFormatterComponent
  • ApiUploadComponent
  • ApiValidatorComponent
  • AppController
  • AppError
  • AppHelper
  • Application
  • AppModel
  • Area
  • AreasController
  • Audio
  • AuthenticationsController
  • BannedIp
  • BEAppModel
  • BEAppObjectModel
  • BeAuthComponent
  • BeAuthFacebookComponent
  • BeAuthGoogleComponent
  • BeAuthTwitterComponent
  • BeCallbackManager
  • BeConfigure
  • BeCustomPropertyComponent
  • BeditaAnnotationModel
  • BeditaBaseShell
  • BeditaCollectionModel
  • BeditaContentModel
  • BeditaExportFilter
  • BeditaImportFilter
  • BeditaObjectModel
  • BeditaProductModel
  • BeditaShell
  • BeditaSimpleObjectModel
  • BeditaSimpleStreamModel
  • BeditaStreamModel
  • BeEmbedFlashHelper
  • BeEmbedHtml5Helper
  • BeEmbedMediaHelper
  • BeErrorCode
  • BeExceptionHandler
  • BEFile
  • BeFileHandlerComponent
  • BeFormHelper
  • BeFrontHelper
  • BeHashComponent
  • BeHtmlHelper
  • BeLangTextComponent
  • BeLib
  • BeMailComponent
  • BEObject
  • BeObjectCache
  • BeSchema
  • BeSecurityComponent
  • BeSystem
  • BeSystemComponent
  • BeThumb
  • BeTimeHelper
  • BeToolbarHelper
  • BeTreeComponent
  • BeTreeHelper
  • BeUploadToObjComponent
  • BeurlHelper
  • BeVimeoComponent
  • BeYoutubeComponent
  • BuildFilterBehavior
  • CacheableBehavior
  • CacheShell
  • CallbackBehavior
  • CaptchaComponent
  • Card
  • CardsImportFilter
  • Category
  • CleanupTask
  • Comment
  • CommentsController
  • CompactResultBehavior
  • Content
  • CreateIndexFieldsBehavior
  • DataShell
  • DataTransfer
  • DateItem
  • DbadminShell
  • DeleteDependentObjectBehavior
  • DeleteObjectBehavior
  • DeployShell
  • Document
  • DocumentsController
  • DumpModel
  • EditorNote
  • Event
  • EventLog
  • EventsController
  • FilesController
  • ForeignDependenceSaveBehavior
  • FrontendController
  • FrontendShell
  • GalleriesController
  • Gallery
  • GeoTag
  • GettextShell
  • Git
  • GravatarHelper
  • Group
  • HashJob
  • History
  • HomeController
  • Image
  • ImageInfoHelper
  • JsonExportFilter
  • JsonImportFilter
  • JsonView
  • LangText
  • Link
  • MailGroup
  • MailGroupCard
  • MailJob
  • MailLog
  • MailMessage
  • MailShell
  • MailTemplate
  • MediaShell
  • MigrateShell
  • Migration
  • MigrationBase
  • MigrationDateItemsShell
  • Module
  • ModulesController
  • ModuleShell
  • MultimediaController
  • NewsController
  • NewsletterController
  • NewsletterShell
  • NotifyBehavior
  • ObjectEditor
  • ObjectProperty
  • ObjectRelation
  • ObjectType
  • ObjectUser
  • PagesController
  • Permission
  • PermissionModule
  • PermsHelper
  • Product
  • Property
  • PropertyOption
  • PublicationShell
  • RelationShell
  • RemoveDummyNameBehavior
  • ResponseHandlerComponent
  • RestClientModel
  • Revision
  • RevisionObjectBehavior
  • SearchText
  • SearchTextSaveBehavior
  • Section
  • SectionDummy
  • SessionFilterComponent
  • SessionFilterHelper
  • ShortNews
  • SmartyView
  • SoapClientModel
  • SplitterSql
  • StatisticsController
  • Stream
  • StreamsController
  • Svn
  • TagsController
  • ThemeSmartyView
  • ThumbnailHelper
  • ThumbShell
  • TransactionComponent
  • TransactionFS
  • TranslationsController
  • Tree
  • TrHelper
  • User
  • UserProperty
  • UsersController
  • Utility
  • Version
  • Video
  • VimeoHelper
  • WebmarksController
  • XmlExportFilter
  • XmlImportFilter
  • XmlJsonConverter
  • XmlView
  • YoutubeHelper

Interfaces

  • ApiAuthInterface
  • MediaProviderInterface
  • UploadableInterface

Exceptions

  • BeditaAjaxException
  • BEditaAllowURLException
  • BeditaBadRequestException
  • BeditaConflictException
  • BEditaDeleteStreamObjException
  • BeditaException
  • BEditaFileExistException
  • BeditaForbiddenException
  • BeditaFrontAccessException
  • BeditaHashException
  • BEditaInfoException
  • BeditaInternalErrorException
  • BEditaIOException
  • BeditaLengthRequiredException
  • BeditaMailException
  • BEditaMediaProviderException
  • BeditaMethodNotAllowedException
  • BEditaMIMEException
  • BeditaNotFoundException
  • BeditaNotImplementedException
  • BeditaPublicationException
  • BeditaRuntimeException
  • BEditaSaveStreamObjException
  • BeditaServiceUnavailableException
  • BeditaUnauthorizedException
  • BEditaUploadPHPException
  • BEditaURLException

Class BeToolbarHelper

Table toolbar for pagination and search helper

Helper
Extended by AppHelper
Extended by BeToolbarHelper
Version: $Revision$
Modifiedby: $LastChangedBy$
Lastmodified:

$LastChangedDate$

$Id$


Located at views/helpers/be_toolbar.php

Methods summary

public
# init( array & $toolbar )

initialize toolbar in params['toolbar']

initialize toolbar in params['toolbar']

Parameters

$toolbar
public string
# next( string $title = ' > ', array $options = array(), string $disabledTitle = ' > ', array $disabledOption = array() )

Return the link (html anchor tag) for the next page

Return the link (html anchor tag) for the next page

Parameters

$title
Label link
$options
$option HTML attributes for link
$disabledTitle
Label link disabled
$disabledOption

HTML attributes for link disabled (if present, insert a tag SPAN)

Returns

string
public string
# prev( string $title = ' < ', array $options = array(), string $disabledTitle = ' < ', array $disabledOption = array() )

Return the link (html anchor tag) for the previous page

Return the link (html anchor tag) for the previous page

Parameters

$title
Label link
$options
$option HTML attributes for link
$disabledTitle
Label link disabled
$disabledOption

HTML attributes for link disabled (if present, insert a tag SPAN)

Returns

string
public string
# first( string $title = ' |< ', array $options = array(), string $disabledTitle = ' |< ', array $disabledOption = array() )

Return the link (html anchor tag) for the first page

Return the link (html anchor tag) for the first page

Parameters

$title
Label link
$options
$option HTML attributes for link
$disabledTitle
Label link disabled
$disabledOption

HTML attributes for link disabled (if present, insert a tag SPAN)

Returns

string
public string
# last( string $title = ' >| ', array $options = array(), string $disabledTitle = ' >| ', array $disabledOption = array() )

Return the link (html anchor tag) for the last page

Return the link (html anchor tag) for the last page

Parameters

$title
Label link
$options
$option HTML attributes for link
$disabledTitle
Label link disabled
$disabledOption

HTML attributes for link disabled (if present, insert a tag SPAN)

Returns

string
public mixed
# size( )

Return number of records found

Return number of records found

Returns

mixed
int|string
public mixed
# current( )

Return current page

Return current page

Returns

mixed
int|string
public mixed
# pages( )

Return total number of pages

Return total number of pages

Returns

mixed
int|string
public string
# changeDim( array $htmlAttributes = array(), array $options = array(1, 5, 10, 20, 50, 100) )

View page size html select tag

View page size html select tag

Parameters

$htmlAttributes
associative Array with HTML attributes
$options
Array. Default: 1, 5, 10,20, 50, 100

Returns

string
public string
# changeDimSelect( string $selectId, array $htmlAttributes = array(), array $options = array(1 => 1, 5 => 5, 10 => 10, 20 => 20, 50 => 50, 100 => 100) )

return dropdown list with changed dimension

return dropdown list with changed dimension

Parameters

$selectId
$htmlAttributes
$options

Returns

string
public string
# changePage( array $htmlAttributes = array(), array $items = 5 )

Change selected page

Change selected page

Parameters

$htmlAttributes
associative Array with HTML attributes
$items
number of available pages, before and after current. Default: 5

Returns

string
public string
# changePageSelect( string $selectId, array $htmlAttributes = array(), array $items = 5 )

Change page in a dropdown list of results

Change page in a dropdown list of results

Parameters

$selectId
$htmlAttributes
$items

Returns

string
public string
# order( string $field, string $title = "", array $image = "", boolean $htmlAttributes = array(), $dir = null )

Change list order

Change list order

Parameters

$field
Field for the "order by"
$title
Title for the link. Default: field name
$image
$htmlAttributes associative Array with HTML attributes
$htmlAttributes

$dir Se presente impone la direzione. 1: ascending, 0: descending otherwise, !()

$dir

Returns

string
private string
# _scroll( string $where, string $title, array $options, string $disabledTitle, array $disabledOption )

Return the link (html anchor tag) for the page $where

Return the link (html anchor tag) for the page $where

Parameters

$where
page target (next, prev, first, last)
$title
Label link
$options
$option HTML attributes for link
$disabledTitle
Label link disabled
$disabledOption

HTML attributes for link disabled (if present, insert a tag SPAN)

Returns

string
private string
# _output( string $text, array $options )

return output for text

return output for text

Parameters

$text
$options

Returns

string
public array
# getPassedArgs( array $otherParams = array() )

get array arguments

get array arguments

Parameters

$otherParams

Returns

array
private
# getUrl( unknown_type $data )

Fix the parameter $data to correct work with plugin modules. It must be manually removed from the data array

Enter description here ...

Parameters

$data

Methods inherited from AppHelper

getHelper(), oEmbedInfo()

Properties summary

public array $helpers

Included helpers.

Included helpers.

# array('Form', 'Html')
public array $tags
# array( 'with_text' => '<span %s >%s</span>', 'without_text' => '<span %s />' )
BEdita API doc | v3.8.0 API documentation generated by ApiGen