angular-package
TwitterGitHub
Text
Text
  • Introduction
  • Benefits
  • Getting started
    • General concepts
    • Skeleton
    • Installation
    • Public API
  • Wrapper
    • Basic concepts
    • Wrap
      • Generic type variables
      • Instance accessors
      • Instance properties
      • Static methods
      • Wrap() constructor
      • Instance methods
      • Examples
    • Wrapper
      • Generic type variables
      • Static properties
      • Instance accessors
      • Static methods
      • Wrapper() constructor
      • Instance methods
      • Examples
    • Wrapped
      • Generic type variables
      • Instance accessors
      • Instance properties
      • Static methods
      • Wrapped() constructor
      • Instance methods
      • Types
      • Examples
  • Tag
    • Basic concepts
    • Tag
      • Generic type variables
      • Static accessors
      • Static properties
      • Instance accessors
      • Instance properties
      • Static methods
      • Tag() constructor
      • Instance methods
      • Types
      • Examples
    • BBCodeTag
      • Static methods
      • BBCodeTag() constructor
    • HtmlTag
      • Generic type variables
      • HtmlTag() constructor
    • Tags
    • Tagged
  • Main
    • AllowedChars
    • Attribute
      • Generic type variables
      • Instance accessors
      • Instance properties
      • Static methods
      • Attribute() constructor
      • Instance methods
    • Attributes
    • Template
    • Text
  • Legend
    • Property tags
  • Other
    • Contact
    • Sponsor
  • More versions
Powered by GitBook
On this page
  • Closing tag
  • Opening tag
  • Replace tag
  • Tag
  • Tag name
  • Tagged

Was this helpful?

  1. Tag

Basic concepts

PreviousExamplesNextTag

Last updated 3 years ago

Was this helpful?

Closing tag

The closing tag is the tag name wrapped by at least two selected chars that include a forward slash at the beginning. A simple example is [/quote].

Opening tag

The opening tag is the tag name wrapped by at least two selected chars. A simple example is [quote].

Replace tag

It's the action of replacing the single tag to a replace value in a specified text.

Tag

As a noun, a label consists of a name with opening and closing around, where the opening is the opening character, and the last character is the closing character.

As a verb, to mark the specified text around with the opening and closing tag.

Tag name

The name is a label without the opening and closing around.

Tagged

A wrapper is a string object consisting of a , which can wrap the specified text around.

wrap