org.hyperscala

jquery

package jquery

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. jquery
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class ColorPicker extends jQueryComponent

  2. trait JavaScriptCaller extends AnyRef

  3. class Spectrum extends jQueryComponent

  4. class jQueryMouseWheel extends AnyRef

Value Members

  1. object ColorPicker extends Module with JavaScriptCaller with StorageComponent[ColorPicker, Input]

  2. object Gritter extends Module with JavaScriptCaller

  3. object Spectrum extends Module with JavaScriptCaller with StorageComponent[Spectrum, Input]

    Spectrum is a wrapper around the the jQuery Colorpicker found here: http://bgrins.github.io/spectrum/

    Spectrum is a wrapper around the the jQuery Colorpicker found here: http://bgrins.github.io/spectrum/

    Most of the documentation is duplicated directly from the JavaScript documentation.

    Spectrum is a StorageComponent, so activating it on an Input can be done by just calling Spectrum(input). You can invoke the method multiple times and it will return the same instance for the same input.

  4. def deferTo(other: jQuerySelector, cancel: Boolean = true): JSFunction1[MouseWheelEvent, Boolean]

  5. object jQueryFracs extends Module

  6. object jQueryMouseWheel extends Module

  7. object jQueryNearest extends Module

  8. package jcanvas

  9. implicit def jqs2MouseWheel(s: jQuerySelector): jQueryMouseWheel

  10. package ui

Inherited from AnyRef

Inherited from Any

Ungrouped