Platforms to show: All Mac Windows Linux Cross-Platform

Back to TidyNodeMBS class.

Next items

TidyNodeMBS.Child as TidyNodeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The child node of this node.
Example
dim t as TidyDocumentMBS // the tidy document
dim n as TidyNodeMBS
dim c as TidyNodeMBS

// iterating over root and its children (for more children you need recursion)
n=t.Root
while n<>nil
MsgBox n.Text

c=n.Child
while c<>nil
MsgBox c.Text
c=c.NextNode
wend

n=n.NextNode
wend

(Read only property)

TidyNodeMBS.Column as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The position of this node.

(Read only property)

TidyNodeMBS.Document as TidyDocumentMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The document of this node.

(Read only property)

TidyNodeMBS.FirstAttribute as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first attribute for this node.

(Read only property)

TidyNodeMBS.GetABBR as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first ABBR attribute for this node.

(Read only property)

TidyNodeMBS.GetALINK as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first ALINK attribute for this node.

(Read only property)

TidyNodeMBS.GetALT as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first ALT attribute for this node.

(Read only property)

TidyNodeMBS.GetBGCOLOR as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first BGCOLOR attribute for this node.

(Read only property)

TidyNodeMBS.GetCHECKED as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first CHECKED attribute for this node.

(Read only property)

TidyNodeMBS.GetCOLSPAN as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first COLSPAN attribute for this node.

(Read only property)

TidyNodeMBS.GetCONTENT as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first CONTENT attribute for this node.

(Read only property)

TidyNodeMBS.GetDATAFLD as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first DATAFLD attribute for this node.

(Read only property)

TidyNodeMBS.GetFOR as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first FOR attribute for this node.

(Read only property)

TidyNodeMBS.GetHEIGHT as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first HEIGHT attribute for this node.

(Read only property)

TidyNodeMBS.GetHREF as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first HREF attribute for this node.

(Read only property)

TidyNodeMBS.GetHTTP_EQUIV as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first HTTP_EQUIV attribute for this node.

(Read only property)

TidyNodeMBS.GetID as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first ID attribute for this node.

(Read only property)

TidyNodeMBS.GetISMAP as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first ISMAP attribute for this node.

(Read only property)

TidyNodeMBS.GetLANG as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first LANG attribute for this node.

(Read only property)

TidyNodeMBS.GetLANGUAGE as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first LANGUAGE attribute for this node.

(Read only property)

TidyNodeMBS.GetLINK as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first LINK attribute for this node.

(Read only property)

TidyNodeMBS.GetLONGDESC as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first LONGDESC attribute for this node.

(Read only property)

TidyNodeMBS.GetNAME as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first NAME attribute for this node.

(Read only property)

TidyNodeMBS.GetOnBLUR as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first OnBLUR attribute for this node.

(Read only property)

TidyNodeMBS.GetOnCLICK as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first OnCLICK attribute for this node.

(Read only property)

TidyNodeMBS.GetOnFOCUS as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first OnFOCUS attribute for this node.

(Read only property)

TidyNodeMBS.GetOnKEYDOWN as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first OnKEYDOWN attribute for this node.

(Read only property)

TidyNodeMBS.GetOnKEYPRESS as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first OnKEYPRESS attribute for this node.

(Read only property)

TidyNodeMBS.GetOnKEYUP as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first OnKEYUP attribute for this node.

(Read only property)

TidyNodeMBS.GetOnMOUSEDOWN as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first OnMOUSEDOWN attribute for this node.

(Read only property)

TidyNodeMBS.GetOnMOUSEMOVE as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first OnMOUSEMOVE attribute for this node.

(Read only property)

TidyNodeMBS.GetOnMOUSEOUT as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first OnMOUSEOUT attribute for this node.

(Read only property)

TidyNodeMBS.GetOnMOUSEOVER as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first OnMOUSEOVER attribute for this node.

(Read only property)

TidyNodeMBS.GetOnMOUSEUP as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first OnMOUSEUP attribute for this node.

(Read only property)

TidyNodeMBS.GetREL as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first REL attribute for this node.

(Read only property)

TidyNodeMBS.GetROWSPAN as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first ROWSPAN attribute for this node.

(Read only property)

TidyNodeMBS.GetSELECTED as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first SELECTED attribute for this node.

(Read only property)

TidyNodeMBS.GetSRC as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first SRC attribute for this node.

(Read only property)

TidyNodeMBS.GetSTYLE as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first STYLE attribute for this node.

(Read only property)

TidyNodeMBS.GetSUMMARY as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first SUMMARY attribute for this node.

(Read only property)

TidyNodeMBS.GetTARGET as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first TARGET attribute for this node.

(Read only property)

TidyNodeMBS.GetTEXT as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first TEXT attribute for this node.

(Read only property)

TidyNodeMBS.GetTITLE as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first TITLE attribute for this node.

(Read only property)

TidyNodeMBS.GetTYPE as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first TYPE attribute for this node.

(Read only property)

TidyNodeMBS.GetUSEMAP as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first USEMAP attribute for this node.

(Read only property)

TidyNodeMBS.GetVALUE as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first VALUE attribute for this node.

(Read only property)

TidyNodeMBS.GetVLINK as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first VLINK attribute for this node.

(Read only property)

TidyNodeMBS.GetWIDTH as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first WIDTH attribute for this node.

(Read only property)

TidyNodeMBS.GetXMLNS as TidyAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first XMLNS attribute for this node.

(Read only property)

Next items

The items on this page are in the following plugins: MBS Tools Plugin.


The biggest plugin in space...