Child pages
  • Specification (.spec file)

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example if our field component can be expressed in html as:

Code Block
<datafield dataProviderID="record.order_id" toolTipText="hello world" onAction="true"/>

 which is expanded by angular to real html.

We only need to know the list of all parameters/properties and which types they are, so a beaninfo spec. (json) as below would suffice:

...