Skip to content

Commit

Permalink
Deployed 86c5be9 to 2024.2.1 with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fpliger committed Mar 13, 2024
1 parent e6fb4c6 commit bcf82ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified 2024.2.1/sitemap.xml.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions 2024.2.1/user-guide/dom/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ <h2 id="pydom">PyDom</h2>
interface on top.</p>
<p>While the <a href="#ffi">FFI</a> interface described above focuses on giving full access to
the entire Standard Web APIs, <code>pydom</code> focuses on providing a small, intuitive and yet
powerful API that priotirizes common use cases fist. For this reason, it's first
powerful API that prioritises common use cases fist. For this reason, its first
layer is simple and intuitive (but limited to the most common use cases), but <code>pydom</code>
also provides a secondary layer that can be used to directly use full FFI interface
of a specific element.</p>
Expand Down Expand Up @@ -982,7 +982,7 @@ <h3 id="core-concepts">Core Concepts</h3>
<h3 id="element">Element</h3>
<p><code>pydom</code> <code>Element</code> is simply just an abstraction of a tranditional <code>Element</code> in a web page.
Every <code>Element</code> always maps to an underlying <code>JavaScript</code> <code>Element</code> in a web page. These 2
elements are always in sync and any change of state in one is reflect into the other.</p>
elements are always in sync and any change of state in one is reflected in the other.</p>
<h4 id="creating-a-new-element">Creating a new element</h4>
<p>New elements can be created by using the <code>pydom.create</code> method and passing the type of element
being created. Here's an example of what it looks like:</p>
Expand Down

0 comments on commit bcf82ab

Please sign in to comment.