1.1.36 • Published 9 years ago

@noinfopath/noinfopath-app v1.1.36

Weekly downloads
3
License
MIT
Repository
-
Last release
9 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

9 years ago

1.1.35

9 years ago

1.1.33

10 years ago

1.1.32

10 years ago

1.1.30

10 years ago

1.1.29

10 years ago

1.1.28

10 years ago

1.1.27

10 years ago

1.1.23

10 years ago

1.1.22

10 years ago

1.1.19

10 years ago

1.1.18

10 years ago

1.1.17

10 years ago

1.1.15

10 years ago

1.1.16

10 years ago

1.1.11

10 years ago

1.1.10

10 years ago

1.1.8

10 years ago

1.1.7

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago