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

nette / forms / 28116153640
94%
master: 93%

Build:
Build:
LAST BUILD BRANCH: v3.3.0-RC
DEFAULT BRANCH: master
Ran 24 Jun 2026 05:12PM 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

24 Jun 2026 05:08PM UTC coverage: 93.646%. First build
28116153640

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%)

2137 of 2282 relevant lines covered (93.65%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28116153640.1 24 Jun 2026 05:12PM UTC 43
93.65
GitHub Action Run
Source Files on build 28116153640
  • Tree
  • List 43
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7bcd5004 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