• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nette / forms / 28393332829
94%
master: 93%

Build:
Build:
LAST BUILD BRANCH: v3.3
DEFAULT BRANCH: master
Ran 29 Jun 2026 06:17PM UTC
Jobs 1
Files 43
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Jun 2026 12:32PM UTC coverage: 93.66%. First build
28393332829

push

github

dg
FormNode: {form detached name} for layouts that nest other forms

HTML forbids nested <form> tags, so a layout embedding a component that
renders its own <form> can't wrap its controls in another <form>. The
detached keyword emits an empty <form>...</form> at the opening position
and links every control back to it via the HTML5 form= attribute
(applied in Runtime::item()), so inputs submit correctly wherever they
sit in the DOM. Controls in nested containers and {form scope} inherit
the same link.

Unlike {form scope}/{formContext}, detached does render a <form>, so it
still accepts arguments, which apply to that tag.

Throws InvalidStateException when detached is used with a non-Form
Container or a form without an id.

17 of 17 new or added lines in 2 files covered. (100.0%)

2142 of 2287 relevant lines covered (93.66%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28393332829.1 29 Jun 2026 06:17PM UTC 43
93.66
GitHub Action Run
Source Files on build 28393332829
  • Tree
  • List 43
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 90aac9e6 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc