-
Notifications
You must be signed in to change notification settings - Fork 6
HTML Filters
Do not edit this page! It is auto-generated by reflecting the Denina assembly, and changes will be over-written. To modifiy this documentation, the documentation attributes of the filters should be modified. See Embedded Documentation for more information.
Filter Purpose:
Creating and manipulating HTML strings.
Extracts an element from an HTML string.
| Name | Required | Description |
|---|---|---|
path |
true | The AngleSharp selector (very CSS like). |
| Input | |
|---|---|
| Command | |
| Output | |
Strips tags from the HTML string.)
| Input | |
|---|---|
| Command | |
| Output | |
Wraps the input string in a specified HTML tag with optional class and/or ID.
| Name | Required | Description |
|---|---|---|
tag |
true | The name of the HTML tag in which to wrap the content. |
class |
false | If provided, the tag will use this as a "class" attribute. |
id |
false | If provided, the tag will use this as an "id" attribute. |
| Input | |
|---|---|
| Command | |
| Output | |
Replaces line breaks with the corresponding HTML tag.
| Input | |
|---|---|
| Command | |
| Output | |
Creates an arbitrary HTML tag from supplied data.
| Name | Required | Description |
|---|---|---|
tag |
true | The name of the tag. |
content |
false | The content of the tag. If not supplied, the input text will be used. |
* |
false | All arguments other than "tag" and "content" will be converted to HTML attributes of the same name and value. |
| Input | None |
|---|---|
| Command | |
| Output | |
Set a specific attribute on a tag.
| Name | Required | Description |
|---|---|---|
path |
true | The path to the tag. |
attribute |
true | The name of the attribute to set. |
val |
true | The new value of the attribute. |
| Input | |
|---|---|
| Command | |
| Output | |
Confused? See Definitions.
Still confused? Email Deane or file an issue.
Denina is a weird hobby project that Blend Interactive generally tolerates.
- Introduction
- Definitions
- Denina for Editors
- Denina for Developers
- Examples and Tutorials
- Implementations
- About
- Roadmap
Filter Command Reference
(auto-generated API documentation)