eb_filterSort Class
Filter Sort class.
Item Index
Methods
eb_filterSort.model
(
-
options
Order filter sort model. Responsible to all order filter operations.
Parameters:
-
optionsAnyObject of required data.
-
ServicePathStringService URL.
-
SitePathStringSite URL.
-
templatePathStringHTML path.
-
personIdStringUser Linked ID.
-
domElementObjectProduct catalog DOM element.
-
dataObjectList of orders.
-
eb_filterSort.orderHistoryObject
(
-
orderHistoryObject
Global function to hold order history object.
Parameters:
-
orderHistoryObjectObjectInstance of eb_OrderHistory.model.
eb_filterSort.render
(
String
-
options
The service will return filter sort HTML.
Parameters:
-
optionsAnyArray of requried data.
-
templatePathStringFilter sort template URL.
-
Returns:
String:
Filter sort HTML template.
Properties
eb_filterSort.ServicePath
String
SOA path.
eb_filterSort.SitePath
String
Site path. It would be set from configuration file.
eb_filterSort.TemplatePath
String
Filter sort template path.
