|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ERXComponent in er.ajax |
---|
Subclasses of ERXComponent in er.ajax | |
---|---|
class |
AjaxFlickrBatchNavigation
AjaxFlickrBatchNavigation is a batch navigation component that provides pagination that behaves like the paginator on Flickr.com, and is just like ERXFlickrBatchNavigation except that the links are AjaxUpdateLinks. |
class |
AjaxLongResponse
Simple Ajax long response handler that stays on the same page. |
class |
AjaxSocialNetworkLink
AjaxSocialNetworkLink creates a link to the submission URL for a social network around the social network's icon. |
class |
AjaxSortOrder
An Ajax version of ERXSortOrder. |
Uses of ERXComponent in er.ajax.json.client |
---|
Subclasses of ERXComponent in er.ajax.json.client | |
---|---|
class |
AjaxJSONClient
AjaxJSONClient renders a "new JSONRpcClient('...')" with a URL back to your application (along with a session ID if there is one). |
class |
AjaxStatelessJSONClient
StatelessJSONClient renders a "new JSONRpcClient('...')" with a URL back to your application (along with a session ID if there is one). |
Uses of ERXComponent in er.ajax.look.components |
---|
Subclasses of ERXComponent in er.ajax.look.components | |
---|---|
class |
AjaxNotificationCenter
|
class |
AjaxObservingSwitch
|
Uses of ERXComponent in er.attachment.components |
---|
Subclasses of ERXComponent in er.attachment.components | |
---|---|
class |
ERAttachmentFlexibleEditor
ERAttachmentFlexibleEditor is a wrapper around ERAttachmentFlexibleUpload and ERAttachmentViewer
It provides a one stop shop for editing a to-one relationship between a masterObject and
an ERAttachment. |
class |
ERAttachmentIcon
ERAttachmentIcon displays a linked icon image that represents the file type of the attachment. |
class |
ERAttachmentViewer
ERAttachmentViewer provides a way to drop in an embedded viewer for attachments. |
Uses of ERXComponent in er.attachment.components.viewers |
---|
Subclasses of ERXComponent in er.attachment.components.viewers | |
---|---|
class |
AbstractERAttachmentViewer
AbstractERAttachmentViewer is the superclass of all viewer plugins. |
class |
ERAttachmentDefaultViewer
ERAttachmentDefaultViewer is the "there is no viewer" viewer. |
class |
ERAttachmentImageViewer
ERAttachmentImageViewer is the viewer for images. |
class |
ERAttachmentQuickTimeViewer
ERAttachmentQuickTimeViewer is the viewer for QuickTime files. |
class |
ERAttachmentUnavailableViewer
ERAttachmentUnavailableViewer is viewer used when the attachment is unavailable. |
Uses of ERXComponent in er.captcha |
---|
Subclasses of ERXComponent in er.captcha | |
---|---|
class |
ERAkismet
ERAkismet is a component that behaves like ERXSimpleSpamCheck but uses the blog comment spam identification service provided by http://akismet.com. |
class |
ERReCaptcha
ERReCaptcha uses the ReCaptcha system for identifying humans vs spambots. |
Uses of ERXComponent in er.coolcomponents |
---|
Subclasses of ERXComponent in er.coolcomponents | |
---|---|
class |
CCSegmentedSlider
CCSegmentedSlider provides a picker for an enumerated type inspired by the iPhone on/off slider. |
Uses of ERXComponent in er.corebusinesslogic |
---|
Subclasses of ERXComponent in er.corebusinesslogic | |
---|---|
class |
ERCDisplayHelpText
|
class |
ERCListHelpText
|
Uses of ERXComponent in er.directtoweb.components |
---|
Subclasses of ERXComponent in er.directtoweb.components | |
---|---|
class |
ERD2WCustomQueryComponentWithArgs
|
class |
ERDActionBar
Displays a set of buttons and calls the enclosing page's branch delegate with it. |
class |
ERDBannerComponent
Shows an image header matching the page. |
class |
ERDCustomComponent
Base class of many custom components. Has a lot of nifty features including resolving bindings against the rule system and inherits all the value pulling methods from ERXNonSynchronizingComponent . |
class |
ERDCustomEditComponent
Superclass for most of the custom edit components. |
class |
ERDCustomQueryComponent
Superclass for most custom query components. |
class |
ERDCustomQueryComponentWithArgs
Correctly handles validation exceptions, plus a bunch of other stuff. |
class |
ERDDefaultSectionComponent
Displays section name as a string. |
class |
ERDEmptyPageWrapper
Empty page wrapper component. |
class |
ERDQuickSearch
Simple search for that can be dropped on a page wrapper and pops up a list page. |
Uses of ERXComponent in er.directtoweb.components._ajax |
---|
Subclasses of ERXComponent in er.directtoweb.components._ajax | |
---|---|
class |
ERDAjaxSearchDisplayGroup
QuickSerch or 'filter' feature |
Uses of ERXComponent in er.directtoweb.components.buttons |
---|
Subclasses of ERXComponent in er.directtoweb.components.buttons | |
---|---|
class |
ERDActionButton
Abstract superclass for all actions inside of Wonder D2W. |
class |
ERDControllerButton
Action button that looks for the inner-most page with a pageController (which must be a ERDBranchDelegateInterface), collects all the actions from there and displays them as a menu with an activation button. |
class |
ERDDeleteButton
Delete button for repetitions. |
class |
ERDEditButton
Nice edit button for editing a toMany relationship in another page. |
class |
ERDEditListButton
Nice component used for editing a toMany relationship by taking the user to another page to pick which objects belong in the relationship. |
class |
ERDFilterDisplayGroupButton
Cool component that can be used in D2W list pages to filter the list, throwing to a D2W query page to restrict. |
class |
ERDInspectButton
|
class |
ERDPickIntermediateButton
Action button that lets you pick the setup of a non-flattened to-many relationship and creates the intermediate objects, like when you have an invoice with line items and a relationship to articles. |
class |
ERDPrinterButton
Handles the switching of the current task to print, which uses the print templates. |
class |
ERDSelectAllButton
Class for DirectToWeb Component ERDSelectAllButton. |
class |
ERDSelectButton
Select button to display in lists. |
class |
ERDSelectionComponent
For editing a selection in a list repetition. |
class |
ERDTrashcan
A better trashcan. |
Uses of ERXComponent in er.directtoweb.components.buttons._ajax |
---|
Subclasses of ERXComponent in er.directtoweb.components.buttons._ajax | |
---|---|
class |
ERDAjaxEditButton
|
class |
ERDAjaxInspectButton
|
class |
ERDAjaxSelectButton
|
class |
ERDAjaxTrashcan
|
Uses of ERXComponent in er.directtoweb.components.dates |
---|
Subclasses of ERXComponent in er.directtoweb.components.dates | |
---|---|
class |
ERD2WEditDateJavascript
|
class |
ERDDisplayYearsMonths
Displays a number as say 5 years 2 months. |
class |
ERDEditDateJavascript
Crazy cool little date picker that uses javascript to pick the date from a little calendar. |
class |
ERDEditDatePopup
Edits dates with popup lists. |
class |
ERDEditDatePopupCommon
Common superclass for date editing components. |
class |
ERDEditDatePopupOrNull
Allows the choice to not specify a date. |
class |
ERDEditYearsMonths
Used to edit a number as if it where a number of years and a number of months. |
class |
ERDQueryDateRangeJavascript
Used for building date queries with javascript. |
Uses of ERXComponent in er.directtoweb.components.dates._ajax |
---|
Subclasses of ERXComponent in er.directtoweb.components.dates._ajax | |
---|---|
class |
ERDAjaxEditDateJavascript
|
Uses of ERXComponent in er.directtoweb.components.misc |
---|
Subclasses of ERXComponent in er.directtoweb.components.misc | |
---|---|
class |
ERDConfirmMessage
Confirming an action template. |
class |
ERDDisplayImageIfExists
Displays an image if it exists. |
class |
ERDDisplayMailTo
A display mailto component with a number of bindings. |
class |
ERDEditFile
Allows you to handle a file name on the server as a property. |
class |
ERDEditList
Description forthcoming. |
class |
ERDEmptyListMessage
Default component shown when a D2W list is empty. |
class |
ERDHasChangesMarker
|
class |
ERDListOrganizer
Crazy cool component that allows one to select strings (using arrow buttons), and organize them. |
class |
ERDListPicker
Used to pick a string from a list. |
class |
ERDQueryAnyKey
Allows you to query a set of keys - supplied by queryAttributes - with a regular expression query. |
class |
ERDSearchDisplayGroup
QuickSerch or 'filter' feature For nesting inside list page nav bar |
class |
ERDSectionImage
Used to display sections as images instead of text. |
class |
ERDSectionText
Used to display sections as text. |
class |
ERDSpacer
A silly simple component to show a horizontal rule |
class |
ERDTabText
Used to display a tab as text. |
class |
ERDZoomableImage
This stateless component: |
Uses of ERXComponent in er.directtoweb.components.numbers |
---|
Subclasses of ERXComponent in er.directtoweb.components.numbers | |
---|---|
class |
ERDDisplayNumberWithUnit
Cool class. |
Uses of ERXComponent in er.directtoweb.components.relationships |
---|
Subclasses of ERXComponent in er.directtoweb.components.relationships | |
---|---|
class |
ERD2WDisplayList
Used to display a an NSArray of the form "A, B and C", useful for toMany relationships or propertyKeys that return arrays. RENAMEME: ERDDisplayList |
class |
ERD2WInspect
!!Don't use, use ERDInspect instead!! Embedded component that can be used for nesting page configurations, ie ERD2WInspect can be a customComponentName. |
class |
ERD2WList
|
class |
ERD2WPick
Used to select multiple items from a list. |
class |
ERD2WPickFromEntities
Custom query component that let's the user select from a set of shared eos. |
class |
ERD2WPickFromList
Custom query component that let's the user select from an arbitrary list. |
class |
ERDEditableList
Same as ERDList except it uses a detail datasource so that you may edit the list as well. |
class |
ERDEditOwnedRelationship
Crazy component. |
class |
ERDEditRelationship
|
class |
ERDEditToManyRelationship
Convenient way to add, edit, remove or delete objects from a to-many relationship. |
class |
ERDInspect
Embedded component that can be used for nesting page configurations, ie ERDInspect can be a customComponentName. |
class |
ERDLinkToEditObject
Generic link component used to view or edit an object. |
class |
ERDLinkToViewList
Generic link component used to view a list. Uses the key "displayNameForLinkToViewList" now to provide a different name instead of the entity name if set in the rules |
class |
ERDList
Used to edit a toMany relationship by allowing the user to pick the eos that belong in the relationship. |
class |
ERDQueryIsContainedInArray
Allows you to query for objects that have a one or more of a set of related objects. |
class |
ERDQueryTwoLevelRelationship
Create queries that consist of a drilldown. |
Uses of ERXComponent in er.directtoweb.components.repetitions |
---|
Subclasses of ERXComponent in er.directtoweb.components.repetitions | |
---|---|
class |
ERDAttributeRepetition
Class for DirectToWeb Component ERDAttributeRepetition. |
class |
ERDGroupingListPageRepetition
Grouping list that can be used as a repetition in list pages. |
class |
ERDInspectPageRepetition
Class for DirectToWeb Component ERDInspectPageRepetition. |
class |
ERDListPageRepetition
Can be used as a repetition in list pages. |
class |
ERDQueryPageRepetition
Class for DirectToWeb Component ERDQueryPageRepetition. |
class |
ERDTableRepetition
|
Uses of ERXComponent in er.directtoweb.components.strings |
---|
Subclasses of ERXComponent in er.directtoweb.components.strings | |
---|---|
class |
ERDDHTMLComponent
Deprecated. use ERDEditHTML instead |
class |
ERDDisplayLargeString
|
class |
ERDDisplayStyledString
The as D2WDisplayStyledString, except that you can add a formatter and have a CSS class. |
class |
ERDDisplayTemplateString
|
class |
ERDEditHTML
Very, very basic version of a TinyMCE integration. |
class |
ERDEditPassword
Provides a edit "password" service. |
class |
ERDEditPasswordConfirm
Used to edit passwords where when changed the changed value must be confirmed. |
class |
ERDEditPasswordConfirmation
Provides a "confirm password" service. |
class |
ERDEditStringWithChoices
Provides a toOne relationship-like component except the value is pushed in as a string. The coices can be either given as an NSDictionary with {key1=val1;key2=val2...}, an NSArray of NSDictionaries with ({key1=val1;},{key2=val2;}...) or a means not yet clear to me (ak:). |
Uses of ERXComponent in er.directtoweb.cvs |
---|
Subclasses of ERXComponent in er.directtoweb.cvs | |
---|---|
class |
ERDDefaultSectionComponentCSV
Displays section name for CSV pages. |
Uses of ERXComponent in er.directtoweb.excel |
---|
Subclasses of ERXComponent in er.directtoweb.excel | |
---|---|
class |
ERExcelButton
|
Uses of ERXComponent in er.directtoweb.printerfriendly |
---|
Subclasses of ERXComponent in er.directtoweb.printerfriendly | |
---|---|
class |
ERDDefaultSectionComponentPrinterFriendly
Displays section name as a string for printer friendly version of the pages. |
Uses of ERXComponent in er.diva.components.repetitions |
---|
Subclasses of ERXComponent in er.diva.components.repetitions | |
---|---|
class |
ERDIVEditPageRepetition
Edit page repetition for Diva look |
class |
ERDIVInspectPageRepetition
Inspect page repetition for Diva Look |
Uses of ERXComponent in er.divalite.components |
---|
Subclasses of ERXComponent in er.divalite.components | |
---|---|
class |
ERLITErrorDictionaryPanel
|
Uses of ERXComponent in er.divalite.components.buttons |
---|
Subclasses of ERXComponent in er.divalite.components.buttons | |
---|---|
class |
ERLITEditButton
|
class |
ERLITInspectButton
|
class |
ERLITSelectButton
|
class |
ERLITTrashCan
|
Uses of ERXComponent in er.divalite.components.repetitions |
---|
Subclasses of ERXComponent in er.divalite.components.repetitions | |
---|---|
class |
ERLITEditPageRepetition
Edit page repetition for Diva look |
class |
ERLITInspectPageRepetition
Inspect page repetition for Diva lite Look |
Uses of ERXComponent in er.excel |
---|
Subclasses of ERXComponent in er.excel | |
---|---|
class |
EGWrapper
Class for Excel Component EGWrapper. |
Uses of ERXComponent in er.extensions.appserver.navigation |
---|
Subclasses of ERXComponent in er.extensions.appserver.navigation | |
---|---|
class |
ERXModernNavigationMenu
This is an updated ERXNavigationMenu component that should simplify common usage. |
class |
ERXModernNavigationMenuItem
This is a menu item component that represents a single item in the tree of navigation menu items. |
class |
ERXNavigationMenu
Please read "Documentation/Navigation.html" to fnd out how to use the navigation components.i |
class |
ERXNavigationMenuItem
Please read "Documentation/Navigation.html" to fnd out how to use the navigation components. |
Uses of ERXComponent in er.extensions.batching |
---|
Subclasses of ERXComponent in er.extensions.batching | |
---|---|
class |
ERXBatchNavigationBar
Better batch navigation bar to page thtough display groups. User typing null for either number of objects per batch or the page number When resetting the number of items per batch the page first page displayed would be the last page. Broadcasts a notification when the batch size changes Has go first/go last methods/li> Has option to not clear the selection when paging, which WODisplayGroup does when calling displayNext()/displayPrevious() Broadcasts a notification when the batch size changes Can be used inside or outside of a form
Graphics can be easily configured
Has localization support, both for static texts and the object count. |
class |
ERXBatchNavigationBarInForm
Better navigation bar without a form. |
class |
ERXDirectActionBatchNavigationBar
BatchNavigationBar that uses a direct action and a "batch" URL parameter to switch to a specific batch. |
class |
ERXFlickrBatchNavigation
ERXFlickrBatchNavigation is a batch navigation component that provides pagination that behaves like the paginator on Flickr.com. |
Uses of ERXComponent in er.extensions.batching._ajax |
---|
Subclasses of ERXComponent in er.extensions.batching._ajax | |
---|---|
class |
ERXAjaxBatchNavigationBar
ERXBatchNavigationBar less presentation features |
Uses of ERXComponent in er.extensions.batching._xhtml |
---|
Subclasses of ERXComponent in er.extensions.batching._xhtml | |
---|---|
class |
ERLITBatchNavigationBar
ERXBatchNavigationBar less presentation features |
Uses of ERXComponent in er.extensions.components |
---|
Subclasses of ERXComponent in er.extensions.components | |
---|---|
class |
ERXArrayChooser
This is an effort to consolidate the WOToOneRelationship, WOToManyRelationship and descendant components. |
class |
ERXBooleanPopUpButton
Deprecated. |
class |
ERXBooleanSelector
A custom boolean selector (defaults to "Yes", "No", and "All") for use as, for instance, a boolean search filter. |
class |
ERXCachingWrapper
Wrapper that caches its content based on a set of bindings. |
class |
ERXCheckboxMatrix
Works around a webscript bug. |
class |
ERXClippy
Thin wrapper for Clippy (http://github.com/mojombo/clippy) as used by, for example, github. |
class |
ERXDHTMLComponent
Deprecated. use ERDEditHTML instead |
class |
ERXDirectActionHyperlink
This component can be used for two things: 1) Generating direct action urls for use in components that are being e-mailed to people. |
class |
ERXDirectActionImage
description forthcoming! |
class |
ERXEmptyComponent
An empty component does not contain any html or wod. |
class |
ERXErrorDictionaryPanel
Useful for displaying a dictionary of caught exception messages. |
class |
ERXExternalContent
Wraps an external content which is retrieved from an URL. |
class |
ERXFixedLengthString
This stateless component is useful for displaying a string of a fixed length. |
class |
ERXFlashMovie
Embeds a flash movie. |
class |
ERXGroupingRepetition
Groups items into sections.For example: Employees belong to a department, you want to group on department. |
class |
ERXGroupingTable
Table implementation of a grouping repetition. |
class |
ERXIEConditionalComment
Conditional comments make it easy for developers to take advantage of the enhanced features offered by Microsoft Internet Explorer 5 and later versions, while writing pages that downgrade gracefully in less-capable browsers or display correctly in browsers other than Windows Internet Explorer. |
class |
ERXImage
|
class |
ERXInlineTemplate
ERXInlineTemplate allows to specify a component's template dynamically. |
class |
ERXLanguageMenu
A simple popup menu for language selection. |
class |
ERXLinkRandomizer
This simple stateless component adds a javascript function 'RandomizeLink' that will either add a dummy=0 or change the previous value of a dummy= |
class |
ERXMonthView
Class for Wonder Component ERXMonthView. |
class |
ERXNestedList
Nested list component, copied over from WXNestedList, better html output. |
class |
ERXNonSynchronizingComponent
Abstract non-synchronizing component used as the super class for a number of components within the ER frameworks. |
class |
ERXOptionalForm
|
class |
ERXPluralString
Given a count and a string pluralizes the string if count > 1. |
class |
ERXPodcastRssPage
Simple podcast RSS feed provider. |
class |
ERXRadioButtonMatrix
Radio button list with lots of more options. |
class |
ERXResponseComponent
Handy component when you need to return a WOActionResults and the interface requires a WOComponent. |
class |
ERXRssPage
Simple RSS feed provider. |
class |
ERXSimpleSpamCheck
ERXSimpleSpamCheck generates a display: none text field in your page that has its value filled in with Javascript. |
class |
ERXSLTWrapper
Wrapper that translates its content via XSLT. |
class |
ERXSortOrder
Better sort order changer. |
class |
ERXStatelessComponent
Abstract stateless component used as the super class for a number of components within the ER frameworks. |
class |
ERXStatelessInlineTemplate
Stateless variant of ERXInlineTemplate . |
class |
ERXStringHolder
Use this to return a string from direct actions. |
class |
ERXStringWithLineBreaks
Simple component that can convert a string that has line breaks and tabs in it into an html string that has and   instead. |
class |
ERXStyleSheet
Copied from ERExtensions to enable the "title"-attribute for stylesheets. |
class |
ERXTableWithBorder
Allows turning the border on and off of a table. |
class |
ERXToManyRelationship
Better layout options that the WOToManyRelationship , in addition you can set a
qualifier on the dataSource if you passed any.* |
class |
ERXToOneRelationship
Better layout options that the WOToOneRelationship , in addition you can set a
qualifier on the dataSource if you passed any. |
Uses of ERXComponent in er.extensions.components._ajax |
---|
Subclasses of ERXComponent in er.extensions.components._ajax | |
---|---|
class |
ERXAjaxErrorDictionaryPanel
Prototype event notification for errors |
Uses of ERXComponent in er.extensions.components.conditionals |
---|
Subclasses of ERXComponent in er.extensions.components.conditionals | |
---|---|
class |
ERXOncePerRequestConditional
Will render its embedded content only once during the RR loop. |
Uses of ERXComponent in er.extensions.components.javascript |
---|
Subclasses of ERXComponent in er.extensions.components.javascript | |
---|---|
class |
ERXEditDateJavascript
|
class |
ERXJSCookiesConditional
This component will display is content (as in WOComponentContent) if it detects cookies are disabled. |
class |
ERXJSFlyOver
|
class |
ERXJSLifebeat
Keeps a session open by continuously calling a direct action. |
class |
ERXJSPopupBlockerConditional
This component will display is content (as in WOComponentContent) if it detects that popup windows are blocked. |
class |
ERXJSPopUpRelationPicker
Very, very cool js component. |
class |
ERXJSToManyRelationshipEditor
A fancy to-many relationship editor component. |
class |
ERXJSValidationErrors
Server side part of the JavaScript validation |
Uses of ERXComponent in er.extensions.concurrency |
---|
Subclasses of ERXComponent in er.extensions.concurrency | |
---|---|
class |
ERXLongResponse
ERXLongResponse is like WOLongResponsePage from JavaWOExtensions, but it can be used as a component and doesn't need to be subclassed. |
Uses of ERXComponent in er.extensions.localization |
---|
Subclasses of ERXComponent in er.extensions.localization | |
---|---|
class |
ERXLocalizedString
Examples: 1) value = "Localize me" -> the localized value of "Localize me" 2) keyPath = "componentName" (note that the path must be a String) -> localized name of the parent component 3) object = bug, an EO -> localized version of bug.userPresentableDescription (may or may not be useful) 4) object = bug, keyPath = "state" -> localized version of the bugs state 5) templateString = "You have @assignedBugs.count@ Bug(s) assigned to you", object = session.user -> localized template is evaluated Bindings: |
Uses of ERXComponent in er.extensions.statistics |
---|
Subclasses of ERXComponent in er.extensions.statistics | |
---|---|
class |
ERXPageTracker
Integration into Google analytics. |
class |
ERXStatsSummary
A component to display a summary of collected stats. |
Uses of ERXComponent in er.extensions.woextensions |
---|
Subclasses of ERXComponent in er.extensions.woextensions | |
---|---|
class |
WOSortOrder
Almost direct port of WOSortOrder from WO 5's WOExtensions |
class |
WOToManyRelationship
Back port from WO 5 WOExtensions. |
class |
WOToOneRelationship
Back port from WO 5 WOExtensions. |
Uses of ERXComponent in er.extensions.woextensions._ajax |
---|
Subclasses of ERXComponent in er.extensions.woextensions._ajax | |
---|---|
class |
ERXAjaxSortOrder
|
class |
ERXAjaxSortOrderButton
|
class |
ERXAjaxSortOrderLink
|
Uses of ERXComponent in er.extensions.woextensions._xhtml |
---|
Subclasses of ERXComponent in er.extensions.woextensions._xhtml | |
---|---|
class |
ERXHTMLSortOrder
|
class |
ERXSortOrderButton
|
class |
ERXSortOrderLink
|
Uses of ERXComponent in er.iui.components |
---|
Subclasses of ERXComponent in er.iui.components | |
---|---|
class |
ERIUIContainer
|
class |
ERIUIDialogButton
|
class |
ERIUIPreference
|
class |
ERIUIPreferenceGroup
|
class |
ERIUIToggleButton
|
class |
ERIUIToolBar
|
class |
ERIUIViewport
|
Uses of ERXComponent in er.modern.ajax.components |
---|
Subclasses of ERXComponent in er.modern.ajax.components | |
---|---|
class |
ERMSmartAjaxButton
Button that can act as an AjaxSubmitButton or a regular ERMSubmitLinkButton by enabling the useAjax binding. |
class |
ERMSortOrder
Modern AjaxSortOrder derivative, designed to be styled via CSS |
Uses of ERXComponent in er.modern.components |
---|
Subclasses of ERXComponent in er.modern.components | |
---|---|
class |
ERMDatePicker
Wrapper around http://www.frequency-decoder.com/2009/09/09/unobtrusive-date-picker-widget-v5/ Because many options take a date with the format of YYYYMMDD there is a utility method: ERMDatePicker.optionsStringForTimestamp(NSTimestamp ts) that will return a correctly formatted string for a given NSTimestamp. |
class |
ERMErrorDictionaryPanel
Modern ErrorDictionaryPanel |
class |
ERMResourceInjector
Stupid little component to allow you to inject a resource at any point on a page. |
class |
ERMSubmitLink
This component is a hyperlink that can submit a form and perform an action other than the form's default action. |
class |
ERMSubmitLinkButton
Wrapper around ERMSubmitLink to more closely resemble a submit button |
Uses of ERXComponent in er.modern.directtoweb.components |
---|
Subclasses of ERXComponent in er.modern.directtoweb.components | |
---|---|
class |
ERMD2WBatchNavigationBar
D2W Batch navigation bar based on AjaxFlickrBatchNavigation |
class |
ERMD2WCombinedTableHeader
Combined AjaxSortOrder and propertyKey display for list table header cells. |
class |
ERMD2WTableHeader
Component for table header cell. |
class |
ERMDBatchSizeControl
A modern batch size controll that uses an AjaxInplaceEditor to edit the batch size. |
class |
ERMDDatePicker
D2WEditComponent based on ERMDatePicker. |
class |
ERMDEmptyListMessage
Modern empty list message component |
class |
ERMDHasChangesMarker
Customizable hasChangesMarker component |
class |
ERMDSectionText
Display component for the section heading |
class |
ERMDWizardBanner
WizardPage banner that displays as: |
class |
ERMDWizardDetailedBanner
Wizard page banner that displays as a ul of the possible steps with the curren step identified with the class of "CurrentStep". |
Uses of ERXComponent in er.modern.directtoweb.components.buttons |
---|
Subclasses of ERXComponent in er.modern.directtoweb.components.buttons | |
---|---|
class |
ERMDActionBar
Subclass of ERDActionBar that uses ERModern stylable buttons and wraps the buttons in an ActionList UL. |
class |
ERMDActionButton
Base Class for the ERM action buttons |
class |
ERMDDeleteButton
Delete button for repetitions. |
class |
ERMDEditButton
Edit button for repetitions |
class |
ERMDInspectButton
Inspect button for repetitions |
class |
ERMDRemoveRelatedButton
Remove related item button for repetitions |
class |
ERMDSelectButton
Select button for repetitions |
Uses of ERXComponent in er.modern.directtoweb.components.embedded |
---|
Subclasses of ERXComponent in er.modern.directtoweb.components.embedded | |
---|---|
class |
ERMDEditRelationship
Embeddable EditRelationship component |
Uses of ERXComponent in er.modern.directtoweb.components.header |
---|
Subclasses of ERXComponent in er.modern.directtoweb.components.header | |
---|---|
class |
ERMD2WEditRelationshipHeader
Header for an EditRelationshipPage |
class |
ERMD2WHeader
Abstract base class for header components |
class |
ERMD2WSimpleHeader
Simple h1 header that defaults to displaying the displayNameForPageConfiguration |
Uses of ERXComponent in er.modern.directtoweb.components.query |
---|
Subclasses of ERXComponent in er.modern.directtoweb.components.query | |
---|---|
class |
ERMD2WQueryDateRange
Date range query component that uses ERMDatePicker |
Uses of ERXComponent in er.modern.directtoweb.components.relationships |
---|
Subclasses of ERXComponent in er.modern.directtoweb.components.relationships | |
---|---|
class |
ERMD2WEditAttachment
A D2W Component that wraps ERAttachmentFlexibleEditor |
class |
ERMD2WEditToOneTypeAhead
A to-one relationship edit component that allows a user to select from a list by typing in the text field |
Uses of ERXComponent in er.modern.directtoweb.components.repetitions |
---|
Subclasses of ERXComponent in er.modern.directtoweb.components.repetitions | |
---|---|
class |
ERMDInspectPageRepetition
Modern tableless inspect/edit page repetition |
class |
ERMDListPageRepetition
Table based list repetition. |
class |
ERMDQueryPageRepetition
Modern QueryPage repetition. |
class |
ERMDReducedListPageRepetition
Non table based (UL) list page repetition. |
class |
ERMDSimpleListPageRepetition
Modernized table based list page repetition. |
Uses of ERXComponent in er.modern.look.components |
---|
Subclasses of ERXComponent in er.modern.look.components | |
---|---|
class |
ERMODComponent
|
class |
ERMODErrorBlock
Reusable component for the error message display |
class |
ERMODGenericActionBlock
|
class |
ERMODRequiredWrapper
Wrapper for most look pages. |
class |
ERMODSecondaryActionButtons
Re-usable block of secondary action buttons. |
class |
ERMODSection
Wrapper component for Sections. |
Uses of ERXComponent in er.pdf.components |
---|
Subclasses of ERXComponent in er.pdf.components | |
---|---|
class |
ERPDF2PS
ERPDF2PS will render the containing PDF content as a Postscript document suitable for printing. |
Uses of ERXComponent in er.plot |
---|
Subclasses of ERXComponent in er.plot | |
---|---|
class |
ERPCategoryChart
Display a category chart - a chart where you have 2 or 3 dimensions. |
class |
ERPChart
Abstract superclass of the charts. |
class |
ERPOFCChart
|
class |
ERPPieChart
Displays a Pie chart with an optional map. |
Uses of ERXComponent in er.reporting |
---|
Subclasses of ERXComponent in er.reporting | |
---|---|
class |
WRNavigationControl
|
Uses of ERXComponent in er.rest.routes.components |
---|
Subclasses of ERXComponent in er.rest.routes.components | |
---|---|
class |
ERXRouteLink
Generate a WOHyperlink that points to a particular ERXRouteController route (this is a quicky impl and not totally thought out yet). |
class |
ERXRouteURL
Generate a URL that points to a particular ERXRouteController route (this is a quicky impl and not totally thought out yet). |
Uses of ERXComponent in er.selenium |
---|
Subclasses of ERXComponent in er.selenium | |
---|---|
class |
SeleniumTestSuitePage
|
Uses of ERXComponent in er.selenium.io |
---|
Subclasses of ERXComponent in er.selenium.io | |
---|---|
class |
SeleniumComponentExporterPage
|
class |
SeleniumPresentationExporterPage
|
class |
SeleniumXHTMLExporterPage
|
Uses of ERXComponent in er.snapshotexplorer.components |
---|
Subclasses of ERXComponent in er.snapshotexplorer.components | |
---|---|
class |
SEComponent
|
class |
SEEntitySnapshots
|
class |
SEHeaderFooter
|
class |
SEPage
|
class |
SEPanel
|
class |
SESnapshotsList
|
Uses of ERXComponent in er.snapshotexplorer.components.pages |
---|
Subclasses of ERXComponent in er.snapshotexplorer.components.pages | |
---|---|
class |
SEEOEntityShowPage
|
class |
SEEOModelGroupIndexPage
|
class |
SEEOModelGroupShowPage
|
class |
SEEOModelIndexPage
|
class |
SEEOModelShowPage
|
Uses of ERXComponent in er.taggable.components |
---|
Subclasses of ERXComponent in er.taggable.components | |
---|---|
class |
ERTagCloud
ERTagCloud provides a simple tag cloud view. |
class |
ERTagField
ERTagField implements a fancy del.icio.us-style javascript-enabled tagging text field with tab completion, toggling pickers, etc. |
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |