![]() |
Smalltalk/X WebserverDocumentation of class 'HTML::Pre': |
|
Class: Pre (in HTML)Inheritance:Object | +--HTML::AbstractElement | +--HTML::AbstractHTMLElement | +--HTML::Pre
Class protocol:required protocolInstance protocol:queries
Examples:Create preformat in document: [exBeginn] |document| document := Document new. document addElement: (Pre with: 'This is a Test'). document htmlString. [exBeginn] |document| document := Document new. document addElement: (Pre with: '/tmp/foo' asFilename contents asString). document htmlString. |
|
ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Sep 2023 10:56:04 GMT
|