class Redomi::Node

Direct Known Subclasses

Defined in:

redomi/node.cr

Class Method Summary

Instance Method Summary

Macro Summary

Instance methods inherited from class Object

to_redomi(app) to_redomi

Class Method Detail

def self.append_to(tag, parent : Node) #

[View source]
def self.append_to(tag, parent : Node, &) #

[View source]
def self.namespace #

[View source]

Instance Method Detail

def [](attribute : String) #

[View source]
def []=(attribute : String, value : String) #

[View source]
def app : App #

[View source]
def append_child(node : Node) #

[View source]
def class_name=(cssClass : String) #

[View source]
def first_child #

[View source]
def id : Int32 #

[View source]
def init #

[View source]
def on_click(&on_click : Node -> Void) #

[View source]
def parent #

[View source]
def remove_child(child : Node) #

[View source]
def text_content #

[View source]
def text_content=(text : String) #

[View source]

Macro Detail

macro float_attribute(*names) #

[View source]
macro int_property(*names) #

[View source]
macro tag_name(tag) #

[View source]