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

nette / forms
94%
master: 93%

Build:
Build:
LAST BUILD BRANCH: v3.3
DEFAULT BRANCH: master
Repo Added 25 Jan 2021 12:25AM UTC
Files 48
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

LAST BUILD ON BRANCH v3.3.0
branch: v3.3.0
CHANGE BRANCH
x
Reset
  • v3.3.0
  • backup-v33-before-bc
  • do-not-propagate-submit
  • fix-call-return-type
  • fix-select-box
  • getHttpData-return-type
  • httpdata-type
  • js/validated-control
  • master
  • test
  • v3.0
  • v3.1
  • v3.1.1
  • v3.1.10
  • v3.1.11
  • v3.1.12
  • v3.1.13
  • v3.1.14
  • v3.1.15
  • v3.1.2
  • v3.1.3
  • v3.1.4
  • v3.1.5
  • v3.1.6
  • v3.1.7
  • v3.1.7-RC
  • v3.1.7-RC2
  • v3.1.8
  • v3.1.9
  • v3.1.9-RC
  • v3.2
  • v3.2.0
  • v3.2.0-RC
  • v3.2.1
  • v3.2.2
  • v3.2.3
  • v3.2.4
  • v3.2.5
  • v3.2.6
  • v3.2.7
  • v3.2.8
  • v3.2.9
  • v3.3
  • v3.3.0-RC

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

Relevant lines Covered
Build:
Build:
2287 RELEVANT LINES 2142 COVERED LINES
0.94 HITS PER LINE
Source Files on v3.3.0
  • Tree
  • List 43
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28393332829 v3.3.0 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>.... push 29 Jun 2026 06:17PM UTC dg github
93.66
See All Builds (544)
  • Repo 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