Liking cljdoc? Tell your friends :D

prisma.plugins.funnel


IDialogButtonBarclj/sprotocol

dialog-button-barclj/s

(dialog-button-bar _)

Returns an om / component with the button bar to save, close and other custom operations that will be displayed instead of the standard button bar

Returns an om / component with the button bar to save, close and other custom operations that will be displayed instead of the standard button bar

IDialogModalClassclj/sprotocol

dialog-modal-classclj/s

(dialog-modal-class _ config-data)

Returns an class name to be used on step modal configuration

Returns an class name to be used on step modal configuration

IFunnelclj/sprotocol

funnel-typeclj/s

(funnel-type _)

Retrieve the funnel type

Retrieve the funnel type

get-initial-dataclj/s

(get-initial-data _)

Return a initial data for the funnel, default texts etc

Return a initial data for the funnel, default texts etc

step-categoriesclj/s

(step-categories _)

Step categories :visible-gui -- Tiene una interfaz visible al usuario :client-side -- Ejecuta codigo del lado del cliente :server-side -- Ejecuta codigo del lado del servidor :interactive -- Permite interactuar con el usuario :customer-data -- Accede o modifica datos del customer :external-services -- Envia o recibe informacion hacia o desde servicios externos

Step categories
:visible-gui    -- Tiene una interfaz visible al usuario
:client-side    -- Ejecuta codigo del lado del cliente
:server-side    -- Ejecuta codigo del lado del servidor
:interactive    -- Permite interactuar con el usuario
:customer-data  -- Accede o modifica datos del customer
:external-services -- Envia o recibe informacion hacia o desde servicios externos

step-iconclj/s

(step-icon _)

Retrives icon id

Retrives icon id 

step-nameclj/s

(step-name _)

Retrieves name for current step

Retrieves name for current step

step-typeclj/s

(step-type _)

Retrives current step type

Retrives current step type

IFunnelAddStepclj/sprotocol

add-funnel-stepclj/s

(add-funnel-step _ system campaign funnel-step funnel-step-s12n)

Return a list of transactions to be applied to support current configuration in step specialization

Return a list of transactions to be applied to support current configuration in step specialization

IFunnelExecuteActionclj/sprotocol

execute-actionclj/s

(execute-action _
                s12n
                system
                db
                company
                campaign
                customer
                campaign-customer
                funnel-node
                trace
                trail
                context)

IFunnelGUIclj/sprotocol

render-configclj/s

(render-config _)

Return a om/component with funnel customization

Return a om/component with funnel customization

render-previewclj/s

(render-preview _)

Return a om/component with funnel config preview

Return a om/component with funnel config preview

trimmed-configclj/s

(trimmed-config _ config-data)

Returns a clean configuration leaving out data required for display

Returns a clean configuration leaving out data required for display

validate-configclj/s

(validate-config _ config-data)

Validate data and return a error structure

Validate data and return a error structure

IFunnelGUIFlowPreviewclj/sprotocol

flow-preview-uiclj/s

(flow-preview-ui _)

Return a om/component for in flow designer rendering preview

Return a om/component for in flow designer rendering preview

flow-preview-ui-sizeclj/s

(flow-preview-ui-size _)

Return a map with width and height dimensions

Return a map with width and height dimensions

IFunnelGUIInlineclj/sprotocol

inline-configclj/s

(inline-config _)

Return a om/component for inline configuration and preview

Return a om/component for inline configuration and preview

inline-validationclj/s

(inline-validation _ config-data)

IFunnelRenderVariablesclj/sprotocol

render-variablesclj/s

(render-variables _
                  s12n
                  config-data
                  system
                  company
                  campaign
                  customer
                  campaign-customer
                  context)

IFunnelRestRequestclj/sprotocol

rest-requestclj/s

(rest-request _
              system
              funnel-step
              funnel-step-s12n
              company
              campaign
              customer
              campaign-customer
              data
              context)

IFunnelRetrieveFunnelDataclj/sprotocol

retrieve-funnel-dataclj/s

(retrieve-funnel-data _
                      s12n
                      config-data
                      system
                      company
                      campaign
                      customer
                      campaign-customer
                      context)

IFunnelStepConfigurationDependenciesclj/sprotocol

step-configuration-dependenciesclj/s

(step-configuration-dependencies _ config-data)

Returns a list of (keywords) system configurations necessary to operate

Returns a list of (keywords) system configurations necessary to operate

IFunnelStoreFunnelDataclj/sprotocol

store-funnel-dataclj/s

(store-funnel-data _
                   system
                   funnel-step
                   funnel-step-s12n
                   company
                   campaign
                   customer
                   campaign-customer
                   data
                   context)

IFunnelValidateFunnelDataclj/sprotocol

validate-funnel-dataclj/s

(validate-funnel-data _
                      system
                      funnel-step
                      funnel-step-s12n
                      company
                      campaign
                      customer
                      campaign-customer
                      data)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close