Class: Collapsible maps.nyc.gov

nyc.Collapsible

new Collapsible(options)

Abstract collapsible widget
Parameters:
Name Type Description
options nyc.Collapsible.Options Constructor options
Source:

Extends

Members

currentVal :JQuery

A JQuery element used to display a readable representation of the current value
Type:
  • JQuery
Source:

Methods

off(eventName, evtHdlr, hdlrScopeopt)

Remove a previously connected event handler
Parameters:
Name Type Attributes Description
eventName string The name of the event to which the handler will be connected
evtHdlr function The event handler function
hdlrScope Object <optional>
The scope in which to invoke the event handler
Inherited From:
Source:

on(eventName, evtHdlr, hdlrScopeopt)

Connect a function to an event
Parameters:
Name Type Attributes Description
eventName string The name of the event to which the handler will be connected
evtHdlr function The event handler function
hdlrScope Object <optional>
The scope in which to invoke the event handler
Inherited From:
Source:

one(eventName, evtHdlr, hdlrScopeopt)

Connect a function to an event for a single invocation
Parameters:
Name Type Attributes Description
eventName string The name of the event to which the handler will be connected
evtHdlr function The event handler function
hdlrScope Object <optional>
The scope in which to invoke the event handler
Inherited From:
Source:

trigger(eventName, dataopt)

Trigger a named event with event data
Parameters:
Name Type Attributes Description
eventName string The name of the event to trigger
data Object <optional>
The event data
Inherited From:
Source:

Type Definitions

Options

Constructor options for nyc.Collapsible
Type:
  • Object
Properties:
Name Type Description
value string The value attribute for the HTML DOM node that will be created
label string The label for the HTML DOM node that will be created
Source: