Hi, I am just starting on using Axon Ivy project. I want to first build a pure html, css page and integrate with axon ivy project, and should reflect the same in browser on running the engine. I need to know where do the integrate/place the html , css files, thank you

asked 04.06.2016 at 08:35

codegeek2016's gravatar image

codegeek2016
(suspended)
accept rate: 0%


The preferred way to provide html pages is to create a (HTML)UserDialog. Html Dialogs normally define its content with JSF (JavaServerFaces). But you can put pure html content into it as well. All the possible UI technologies of ivy are documented in the designer guide: http://developer.axonivy.com/doc/latest/DesignerGuideHtml/ivy.userinterface.html#ivy-htmldialogs

To start with check out the examples and tutorial:

  • Menu: Help -> Welcome -> Quick Start Tutorial
  • or import the HtmlDialogDemos. Menu: Import -> Axon.ivy -> Ivy Archvie -> [designerDir]/applications/samples/HtmlDialogDemos.iar
link

answered 06.06.2016 at 09:00

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 06.06.2016 at 09:00

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×11
×4

Asked: 04.06.2016 at 08:35

Seen: 2,491 times

Last updated: 06.06.2016 at 09:00