19
Uniface HTML5 Widget Field widget for Uniface C/S form Enables to embed HTML5 based objects/page in a Uniface form Renders HTML5 (incl. CSS and JavaScript) Seamless interconnection/interaction as part of Uniface application Edu Körnmann HICT Solutions BV [email protected]

Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

  • Upload
    others

  • View
    4

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

Uniface HTML5 Widget

Field widget for Uniface C/S form

Enables to embed HTML5 based objects/page in a Uniface form

Renders HTML5 (incl. CSS and JavaScript)

Seamless interconnection/interaction as part of Uniface application

Edu Körnmann

HICT Solutions BV

[email protected]

Page 2: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

WISIWISH

What I see is what I shall have

◦ But as a Uniface widget

◦ Availability of the source code

◦ Free source code to share in group

◦ Community project

Page 3: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

MS Outlook Calendar as example

Page 4: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

Where NOT to start …

Page 5: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

What NOT to use ..

Page 6: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

Search the web for examples

Scheduler / Calendar examples

HTML5, Javascript and CSS based

Open source

Well documented

Page 7: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

Found: dhtmlx scheduler

Page 8: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

Found: DayPilot Event Calendar

Page 9: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

Example: Uniface/Dhtmlx scheduler

Page 10: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

Example: Uniface/Rgraph chart

Page 11: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

Download the sources

Decide how to use the sources:

File based using references in HTML code

../html/u96_scheduler_template.html

<script src=“../script/scheduler_abc.js"</script>

<link rel="stylesheet" href="../css/scheduler_abc.css">

No file references: Embed the Javascript en CSS source in the HTML5 code

Scheduler_abc.js as include proc in SCHEDULER_JS:abc

Scheduler_abc.css as include proc in SCHEDULER_CSS:abc

Scheduler_template.html as $blockdata element in sourcecode

Page 12: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

Form design: u96_agenda_v2

Page 13: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

HTML field properties

Page 14: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

Service: u96_html5agenda

operation get_html5Content

params

◦ string p_Params : IN

◦ string p_templateName : IN

◦ string p_html5Template : OUT

◦ string p_html5Content : OUT

Endparams

p_html5Content = html5Template + Javascript code + stylesheet + collected data

Page 15: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

Populate the HTML widget

Page 16: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

Widget to Uniface interaction

Page 17: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

Uniface to Widget interaction

Page 18: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

UNIFACE HTML5 widget

Demo

Page 19: Uniface HTML5 WidgetWISIWISH What I see is what I shall have But as a Uniface widget Availability of the source code Free source code to share in group Community project

UNIFACE HTML5 widget

Questions?