Questions tagged [expando]

An expando is an custom property attached to a document object.

An expando property is an attribute of a DOM element which is not part of the specification or IDL. Some legacy expandos, such as onclick, are natively mapped to an internal event handler for backward compatibility with the DOM level 0 model.

References

81 questions
0
votes
1 answer

Issue with multiview control and expando attributes

I have a multiview control which I effectively use the same as a wizard stepping through 4 panels to complete a form. Each view has a number of input controls/validator controls. For reuse, these are bundled together as a user control. For instance…
dotnetnoob
  • 10,783
  • 20
  • 57
  • 103
0
votes
1 answer

How to set expanded menu to be shut on page load

I have a div that expands on a click, but I can't work out how to set it to be un-expanded when the page is closed?