-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor export to web classes #308
Comments
Refactor export to web classes to handle new features, and update class diagram with new actors -- HTML Page Assembler idea from Edward (mail below). Allow a flexible layout with custom named elements where content can be exported to those instead of just start, end, head
-- Refactor HTMLTextPosition to be “HTMLPosition” and allow other elements to use this -- Refactor provideContent() and provideOutsideContent() -- AreaEventType should include smartphone events (onTouch, …) -- IconScript should be more general – right now designed to run a script when an icon is clicked on. Might have other ways of running script (e.g. onLoad()). Refactor to just Script? With subclasses? -- Handling other types of HTML elements – images, audio, …
HTML Page Assembler idea from Edward: I think the way to deal with (8) is:
I can tackle the above... I think the write way to do it has to be terminated with a ).Actually, if we take the HTML parser approach, then we can provide HTMLPageAssembler: Create input ports with arbitrary names, say , and the actor inserts the string provided on input foo into the block.
The code for this actor could then be reused by the Export to Thoughts about this? Edward |
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#511
From: Elizabeth Latronico <[email protected]>
Reported version: 9.1.devel
CC: [email protected]
Blocker for: BZ#507
The text was updated successfully, but these errors were encountered: