Overview

Packages

  • application
    • commands
    • components
      • actions
      • filters
      • leftWidget
      • permissions
      • sortableWidget
      • util
      • webupdater
      • x2flow
        • actions
        • triggers
      • X2GridView
      • X2Settings
    • controllers
    • models
      • embedded
    • modules
      • accounts
        • controllers
        • models
      • actions
        • controllers
        • models
      • calendar
        • controllers
        • models
      • charts
        • models
      • contacts
        • controllers
        • models
      • docs
        • components
        • controllers
        • models
      • groups
        • controllers
        • models
      • marketing
        • components
        • controllers
        • models
      • media
        • controllers
        • models
      • mobile
        • components
      • opportunities
        • controllers
        • models
      • products
        • controllers
        • models
      • quotes
        • controllers
        • models
      • services
        • controllers
        • models
      • template
        • models
      • users
        • controllers
        • models
      • workflow
        • controllers
        • models
      • x2Leads
        • controllers
        • models
  • None
  • system
    • base
    • caching
    • console
    • db
      • ar
      • schema
    • validators
    • web
      • actions
      • auth
      • helpers
      • widgets
        • captcha
        • pagers
  • zii
    • widgets
      • grid

Classes

  • AccountsGridViewProfileWidget
  • ActionMenu
  • ActionsGridViewProfileWidget
  • ActionsQuickCreateRelationshipBehavior
  • ActiveDateRangeInput
  • ApplicationConfigBehavior
  • Attachments
  • ChatBox
  • CommonControllerBehavior
  • ContactMapInlineTags
  • ContactsGridViewProfileWidget
  • CronForm
  • CSaveRelationsBehavior
  • DateRangeInputsWidget
  • DocsGridViewProfileWidget
  • DocViewer
  • DocViewerProfileWidget
  • EButtonColumnWithClearFilters
  • EmailDeliveryBehavior
  • EmailProgressControl
  • EncryptedFieldsBehavior
  • EventsChartProfileWidget
  • FileUploader
  • FontPickerInput
  • Formatter
  • FormView
  • GridViewWidget
  • History
  • IframeWidget
  • ImportExportBehavior
  • InlineActionForm
  • InlineEmailAction
  • InlineEmailForm
  • InlineEmailModelBehavior
  • InlineQuotes
  • JSONEmbeddedModelFieldsBehavior
  • JSONFieldsDefaultValuesBehavior
  • LeadRoutingBehavior
  • LeftWidget
  • LoginThemeHelper
  • LoginThemeHelperBase
  • MarketingGridViewProfileWidget
  • MediaBox
  • MessageBox
  • MobileFormatter
  • MobileFormLayoutRenderer
  • MobileLayoutRenderer
  • MobileLoginThemeHelper
  • MobileViewLayoutRenderer
  • ModelFileUploader
  • NewWebLeadsGridViewProfileWidget
  • NormalizedJSONFieldsBehavior
  • NoteBox
  • OnlineUsers
  • OpportunitiesGridViewProfileWidget
  • Panel
  • ProfileDashboardManager
  • ProfileGridViewWidget
  • ProfileLayoutEditor
  • ProfilesGridViewProfileWidget
  • Publisher
  • PublisherActionTab
  • PublisherCalendarEventTab
  • PublisherCallTab
  • PublisherCommentTab
  • PublisherEventTab
  • PublisherSmallCalendarEventTab
  • PublisherTab
  • PublisherTimeTab
  • QuickContact
  • QuickCreateRelationshipBehavior
  • QuotesGridViewProfileWidget
  • RecordAliasesWidget
  • RecordViewLayoutManager
  • RecordViewWidgetManager
  • RememberPagination
  • Reminders
  • ResponseBehavior
  • ResponsiveHtml
  • SearchIndexBehavior
  • ServicesGridViewProfileWidget
  • SmallCalendar
  • SmartActiveDataProvider
  • SmartDataProviderBehavior
  • SmartSort
  • SocialForm
  • SortableWidgetManager
  • SortableWidgets
  • TagBehavior
  • TagCloud
  • TemplatesGridViewProfileWidget
  • TimeZone
  • TopContacts
  • TopSites
  • TransformedFieldStorageBehavior
  • TranslationLogger
  • TwitterFeed
  • TwoColumnSortableWidgetManager
  • UpdaterBehavior
  • UpdatesForm
  • UserIdentity
  • UsersChartProfileWidget
  • WorkflowBehavior
  • X2ActiveGridView
  • X2ActiveGridViewForSortableWidgets
  • X2AssetManager
  • X2AuthManager
  • X2ChangeLogBehavior
  • X2ClientScript
  • X2Color
  • X2DateUtil
  • X2FixtureManager
  • X2FlowFormatter
  • X2GridView
  • X2GridViewBase
  • X2GridViewForSortableWidgets
  • X2GridViewSortableWidgetsBehavior
  • X2LeadsGridViewProfileWidget
  • X2LinkableBehavior
  • X2ListView
  • X2PillBox
  • X2ProgressBar
  • X2SmartSearchModelBehavior
  • X2TimestampBehavior
  • X2TranslationBehavior
  • X2UrlRule
  • X2WebModule
  • X2Widget
  • X2WidgetList
  • Overview
  • Package
  • Class
  • Tree

Class UpdatesForm

Configuration object for the installation contact & updates registry form.

Package: application\components
Author: Demitri Morgan <demitri@x2engine.com>
Located at x2engine/protected/components/UpdatesForm.php
Methods summary
public
# __construct( mixed $config, mixed $transFunc, mixed $transFuncArgs = array() )
public type
# wrapTitle( type $title )

Wrap a title in tags specified by the titleWrap config parameter

Wrap a title in tags specified by the titleWrap config parameter

Parameters

$title
type
$title

Returns

type
public
# textFields( type $fields = array() )

Print fields of the form that are text inputs

Print fields of the form that are text inputs

Parameters

$fields
type
$fields
public
# hiddenFields( array $fields = array() )

Print hidden fields of the form

Print hidden fields of the form

Parameters

$fields
array
$fields
public
# testMessages( )
Properties summary
public array $label array( 'receiveUpdates' => 'Notify me of software updates', 'firstName' => 'First Name', 'lastName' => 'Last Name', 'email' => 'Email', 'phone' => 'Phone Number', 'source' => 'How you found X2CRM', 'subscribe' => 'Subscribe to the newsletter', 'info' => 'Comments', 'requestContact' => 'Request a follow-up contact', 'company' => 'Company', 'position' => 'Position', 'unique_id' => 'Product Key', )
#

Form input labels

Form input labels

public array $message array( 'updatesTitle' => 'Software Updates', 'registrationTitle' => 'Registration', 'registrationSuccess' => 'Software registration succeeded.', 'registrationSubtext' => 'To receive software updates from X2Engine, please register your copy of X2CRM:', 'registrationPostText' => 'For support or sales inquiries, please contact us', 'emailIni' => 'If different from Administrator Email', 'infoIni' => 'Intended use of X2CRM, goals, etc.', 'intro' => 'Please help us improve X2CRM by providing the following information:', 'already' => 'Software update notifications enabled.', 'optionalTitle' => 'Optional Information', 'title' => 'Software Updates', 'emailValidation' => 'Please enter a valid email address.', // This one has a translation already. 'connectionErrHeader' => 'Could not connect to the updates server at this time.', 'connectionErrMessage' => 'You can continue installing the application without enabling updates and try again later by going into "General Settings" under the section "App Settings" in the Admin console.', 'connectionNOsMessage' => 'Make sure you have an active internet connection. If the problem persists, please contact us', )
#

Messages

Messages

public array $leadSources array( Null => '-----', 'Google' => 'Google', 'Sourceforge' => 'Sourceforge', 'Github' => 'Github', 'News outlet' => 'News Outlet', 'Other' => 'Other', )
#

Contents of the "how you found X2CRM" selector

Contents of the "how you found X2CRM" selector

public array $config array()
#

Configuration options

Configuration options

public boolean $os True
#

Form display flag

Form display flag

X2CRM Documentation API documentation generated by ApiGen 2.8.0