<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Formular &#8211; The Eternal Path</title>
	<atom:link href="https://arasan.de/tag/formular/feed/" rel="self" type="application/rss+xml" />
	<link>https://arasan.de</link>
	<description>Arasan.de</description>
	<lastBuildDate>Thu, 15 Sep 2022 19:34:37 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://arasan.de/wp-content/uploads/2024/10/triquetra-512x512-1.png</url>
	<title>Formular &#8211; The Eternal Path</title>
	<link>https://arasan.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Symfony todo App &#8211; Formular für Erstellen von TodoItems erzeugen</title>
		<link>https://arasan.de/symfony-todo-app-formular-fuer-erstellen-von-todoitems-erzeugen/</link>
		
		<dc:creator><![CDATA[«Æ»]]></dc:creator>
		<pubDate>Thu, 15 Sep 2022 19:32:28 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[Formular]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[SymfonyTodoApp]]></category>
		<guid isPermaLink="false">https://arasan.de/?p=625</guid>

					<description><![CDATA[In diesem Schritt erstellen wir ein Formular, das wir für das Erstellen von TodoItems verwenden: Das erstellte FormType sieht so aus (wir fügen außerdem den Submit-Button hinzu): Danach fügen wir in der twig.yaml Konfigurationsdatei ein Form-Theme hinzu, damit unser Formular mit Bootstrap-Klassen gestylt wird: Unser Formular kann sich im Browser sehen lassen:]]></description>
										<content:encoded><![CDATA[<ol style="margin: 20px"><li><a href="https://arasan.de/symfony-todoapp-projekt-mit-git-github-erstellen/">Symfony TodoApp &#8211; Projekt mit Git + Github erstellen</a></li><li><a href="https://arasan.de/symfony-todoapp-todoscontroller-erstellen/">Symfony TodoApp &#8211; TodosController erstellen</a></li><li><a href="https://arasan.de/symfony-todoapp-twig-template-anpassen/">Symfony TodoApp &#8211; Twig Template anpassen</a></li><li><a href="https://arasan.de/symfony-todo-app-bootstrap-styles-hinzufuegen/">Symfony Todo App &#8211; Bootstrap Styles hinzufügen</a></li><li><a href="https://arasan.de/symfony-todo-app-todoscontroller-create-route-hinzufuegen/">Symfony Todo App &#8211; TodosController: Create Route hinzufügen</a></li><li><a href="https://arasan.de/symfony-todo-app-datenbankverbindung-erstellen/">Symfony Todo App &#8211; Datenbankverbindung erstellen</a></li><li><a href="https://arasan.de/symfony-todo-app-entity-repository-erstellen/">Symfony Todo App &#8211; Entity + Repository erstellen</a></li><li><a href="https://arasan.de/symfony-todo-app-todoitems-aus-tableplus-tabelle-anzeigen/">Symfony Todo App – TodoItems aus TablePlus Tabelle anzeigen</a></li><li>Symfony todo App &#8211; Formular für Erstellen von TodoItems erzeugen</li><li><a href="https://arasan.de/symfony-todo-app-formular-fuer-bearbeiten-von-todoitems-erzeugen/">Symfony Todo App &#8211; Formular für Bearbeiten von TodoItems erzeugen</a></li><li><a href="https://arasan.de/symfony-todoapp-loeschen-funktion-fuer-todoitems-erzeugen/">Symfony TodoApp &#8211; Löschen-Funktion für TodoItems erzeugen</a></li><li><a href="https://arasan.de/symfony-todoapp-login-registrierung-hinzufuegen/">Symfony TodoApp &#8211; Login + Registrierung hinzufügen</a></li></ol>



<p class="wp-block-paragraph">In diesem Schritt erstellen wir ein Formular, das wir für das Erstellen von TodoItems verwenden:</p>



<pre class="wp-block-code"><code>php bin/console make:form TodoItemFormType TodoItem</code></pre>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="1822" height="482" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-php-bin-console-make-form-todoitemformtype-todoitem.png" alt="" class="wp-image-627"/></figure>



<p class="wp-block-paragraph">Das erstellte FormType sieht so aus (wir fügen außerdem den Submit-Button hinzu):</p>



<figure class="wp-block-image size-full"><img decoding="async" width="2888" height="1640" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-todoitem-form-type.png" alt="" class="wp-image-629"/></figure>



<figure class="wp-block-image size-full"><img decoding="async" width="2892" height="1634" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-create-twig-template-todo-item-form.png" alt="" class="wp-image-630"/></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2892" height="1838" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-todoscontroller-create-todo-item-form-vscode.png" alt="" class="wp-image-631"/></figure>



<p class="wp-block-paragraph">Danach fügen wir in der twig.yaml Konfigurationsdatei ein Form-Theme hinzu, damit unser Formular mit Bootstrap-Klassen gestylt wird:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2906" height="1642" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-bootstrap-5-layout-form-theme-twig-yaml.png" alt="" class="wp-image-632"/></figure>



<p class="wp-block-paragraph">Unser Formular kann sich im Browser sehen lassen:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1810" height="1684" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-bootstrap-5-create-todo-item-layout-theme-browser.png" alt="" class="wp-image-633"/></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Bootstrap Formular Inline anzeigen</title>
		<link>https://arasan.de/bootstrap-formular-inline-anzeigen/</link>
		
		<dc:creator><![CDATA[«Æ»]]></dc:creator>
		<pubDate>Tue, 13 Sep 2022 12:58:31 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Formular]]></category>
		<guid isPermaLink="false">https://arasan.de/?p=521</guid>

					<description><![CDATA[Mit folgendem Code kann man ein Bootstrap Formular inline (Klasse &#8222;d-inline-block&#8220;) anzeigen: Das Ergebnis sieht wie folgt aus:]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Mit folgendem Code kann man ein Bootstrap Formular inline (Klasse &#8222;d-inline-block&#8220;) anzeigen:</p>



<pre class="wp-block-code"><code>&lt;!doctype html&gt;
&lt;html lang="de"&gt;
&lt;head&gt;
    &lt;meta charset="utf-8"&gt;
    &lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt;
    &lt;title&gt;Form inline demo&lt;/title&gt;
    &lt;link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;main&gt;
        &lt;div class="container"&gt;
            &lt;div class="row"&gt;
                &lt;div class="col-md-6"&gt;
                    &lt;a class="btn btn-primary mt-2" href="/websites/create" role="button"&gt;Create Website&lt;/a&gt;
                    &lt;form class="d-inline-block" action="websites/1/delete" method="post"&gt;
                        &lt;button class="btn btn-danger mt-2" type="submit" role="button"&gt;Delete Website&lt;/button&gt;
                    &lt;/form&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"&gt;&lt;/script&gt;
    &lt;/main&gt;
&lt;/body&gt;</code></pre>



<p class="wp-block-paragraph">Das Ergebnis sieht wie folgt aus:</p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" src="https://arasan.de/wp-content/uploads/2022/09/bootstrap-formular-inline-anzeigen.png" alt="" class="wp-image-523" width="441" height="362"/></figure>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
