DHTMLControls
From GMod Wiki
| Derma Control: DHTMLControls | |
|---|---|
| Parent Class: | Panel |
| Subclasses: | |
| Description: | |
| Can be used with a HTML control to add controls such as Back, Forward, Address bar, etc. | |
Examples
Additional Notes
- Some elements of this bar can be removed, disabled, etc. For example (this is untested), to remove the back button, do HTMLControls.BackButton:SetVisible( false ). Other controls can be found using the listing here.