1.1.36 • Published 8 years ago

@noinfopath/noinfopath-app v1.1.36

Weekly downloads
3
License
MIT
Repository
-
Last release
8 years ago

noinfopath.app

@version 1.1.34

build status

Example config object

 {
 el: 'p',
 class: 'no-flex',
 content: '<b>Hello</b>'
}

@method NoComponentService($sanitize)

a service for calling the functions needed for generating html

@param

NameTypeDescription
$sanitizeangular servicescript to be cleansed

@method decorateEl(el, cfg)

used to decorate an element using a config object (ie class, label)

@param

NameTypeDescription
elelementthe element to be decorated
cfgobjectthe configuration of the element to be decorated

@method createButton(cfg)

used to create a button including with a label and icon

 {
	 el: "button",
	 label: "Back",
	 icon: {
		 pos: "left",
		 class: "glyphicon glyphicon-chevron-left"
	 },
	 class: "btn btn-default"
 }

@param

NameTypeDescription
cfgobjectthe configuration of the button

@method createInput(cfg)

creates an input field with a label

 {
	 el: "input",
	 label: "textfield",
 }

@param

NameTypeDescription
cfgobjectthe configuration of the input field

return el

@method createContainer()

creates a container for all other elements

 {
	 el: "div"
 }

return div

@method createPrimitiveHtml(cfg)

generates the html code using a config object

@param

NameTypeDescription
cfgobjectthe configuration of the html to be generated

@method render(config)

renders a html tag

@param

NameTypeDescription
nclobjectthe configuration of the html tags to be generated

When the preempt task fails, it should return the name of the prompt to execute.

1.1.36

8 years ago

1.1.35

8 years ago

1.1.33

8 years ago

1.1.32

8 years ago

1.1.30

8 years ago

1.1.29

8 years ago

1.1.28

8 years ago

1.1.27

8 years ago

1.1.23

8 years ago

1.1.22

8 years ago

1.1.19

8 years ago

1.1.18

8 years ago

1.1.17

8 years ago

1.1.15

8 years ago

1.1.16

8 years ago

1.1.11

8 years ago

1.1.10

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago