/ LJCPHPCodeDoc / LJCTextBuilderLib / LJCTextBuilder / StartAttribs


Returns

The HTML element attributes.

Syntax

JavaScript
StartAttribs()

Creates the HTML element attributes.

Example

JavaScript
// Creates the XML element attributes.
StartAttribs()
{
  // Root Method Begin
  let textState = new LJCTextState();

  const tb = new LJCTextBuilder(textState);

  // Example Method:
  const attribs = tb.StartAttribs()
        
  const result = tb.GetAttribs(attribs, textState);

  // result:
  // " lang=\"en\""
}

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.