Font Awesome Delete Icon Code Example


Example 1: trash icon font awesome


<i class="fa fa-trash" aria-hidden="true"></i>

Example 2: font awesome trash icon


For Font Awesome 5: <i class="fas fa-trash"></i>

Example 3: fontawecome dellete


<form action="" method="POST">
<!-- fields -->
<button type="submit" name="action" value="save">Save</button>
<button type="submit" name="action" value="preview">Preview</button>
<button type="submit" name="action" value="advanced_edit">Advanced edit</button>
</form>


public function store(Request $request)

{
switch ($request->input('action')) {
case 'save':
// Save model
break;

case 'preview':
// Preview model
break;

case 'advanced_edit':
// Redirect to advanced edit
break;
}
}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools