wwWebControl::WriteBaseTags

Writes out the basic tags used on a control.

This method writes out most of the common tags specific to this control. This is the highlevel method that does most of the stock control tag output. More specific versions only write a few specific controls.

This method writes:

  • Id Tags (if llSkipIds is not set)
  • Style and Css Class
  • Enabled/Disabled
  • ReadOnly
  • Any generic attributes
o.WriteBaseTags(llSkipId, llNoWidthAndHeight)

Parameters

llSkipId
If .T. doesn't write ID and NAME attributes.

llNoWidthAndHeight
If .T. doesn't write width and height attributes


See also:

Class wwWebControl

© West Wind Technologies, 1996-2022 • Updated: 02/21/10
Comment or report problem with topic