Child pages
  • Provided directives, filters, services and model values

Versions Compared

Key

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

...

svy-tabseq(Runtime | tabseq) - a nice way to control client side tabIndexes. See svy sablo-tabseq page for more info.

Code Block
 svy-tabseq='model.tabSeq'

...

Code Block
<svy-component-wrapper component-property-value="model.childComponent2"></svy-component-wrapper>
    or
<svy-component-wrapper
     tagname="model.childComponent1.componentDirectiveName"
     name="model.childComponent1.name"
     svy-model="model.childComponent1.model"
     svy-api="model.childComponent1.api"
     svy-handlers="model.childComponent1.handlers"
     svy-apply="model.childComponent1.apply"
     svy-servoyApi="model.childComponent1.servoyApi">
</svy-component-wrapper>

...