![]() |
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.1.0.0; WebServer 1.663 at exept.de:8081; Mon, 04 Aug 2025 16:39:06 GMT
|