org.hyperscala.contenteditor

ContentEditor

Related Docs: object ContentEditor | package contenteditor

class ContentEditor extends Listenable

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def adjustStyle[S](style: Style[S], adjuster: JSFunction1[S, S], tagName: String = "span"): Unit

  5. def adjustStyleSize[S](style: Style[S], adjustment: Int, min: Int = 0, max: Int = Int.MaxValue, tagName: String = "span")(implicit manifest: Manifest[S]): Unit

  6. def align(alignment: Alignment): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val autoApply: Property[Boolean]

    Auto applies the new value to the container when html is modified.

    Auto applies the new value to the container when html is modified.

    Defaults to false.

  9. def bindFontStyle(t: HTMLTag, document: Statement[HTMLTag] = document): Unit

  10. def bindInput[S <: Style[_]](t: HTMLTag, style: S, document: Statement[HTMLTag] = document, valueCleaner: JSFunction1[String, String] = null, tagName: String = "span"): Unit

  11. def bindStyle[T](t: HTMLTag, style: Style[T], styleToSet: Style[T], default: T, document: Statement[HTMLTag] = document): Unit

  12. def bindToggle[T, S <: Style[T]](t: HTMLTag, style: S, value: T, reverse: T, tagName: String = "span"): FunctionalListener[ClickEvent, Unit]

  13. val change: UnitProcessor[ContentChangedEvent]

    Fired when contents are modified in the editor.

  14. def clearFormatting(): Unit

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val container: HTMLTag

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def exec(command: Command): Unit

  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. val html: Property[String]

    The current value of the editor.

  24. def indent(): Unit

  25. def insert(t: HTMLTag): Unit

  26. def insertHTML(html: String): Unit

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def listen[Event, Response, Result](name: String, priority: Priority, modes: ListenMode*)(f: (Event) ⇒ Response)(implicit eventManifest: Manifest[Event]): FunctionalListener[Event, Response]

    Definition Classes
    Listenable
  29. val listeners: Listeners

    Definition Classes
    Listenable
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def orderedList(): Unit

  34. def set[T, S <: Style[T]](style: S, value: T, tagName: String = "span"): Unit

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def toggle[T, S <: Style[T]](style: S, value: T, reverse: T, tagName: String = "span"): Unit

  39. def unIndent(): Unit

  40. def unorderedList(): Unit

  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def wrap(t: HTMLTag): Unit

  45. def wrapHTML(t: HTMLTag): Unit

Inherited from Listenable

Inherited from AnyRef

Inherited from Any

Ungrouped