You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
HTML Code is a new feature in Joget DX 8 Page Components.
Introduction


Name | Description |
---|
Custom ID | Item link slug. Optional field. |
HTML | HTML is a page component can be used to achieve advanced form design by putting in any valid - HTML
<b>this text is in bold</b>
<input type="text" id="fname" name="fname" value="">
JavaScript (jQuery is supported) Don’t forget to put in <script type="text/javascript"></script> block
<script type="text/javascript">
alert("hello world");
</script>
CSS Don’t forget to put in <style type="text/css"></style> block
<style type="text/css">
body{
font-size: 100%;
}
</style>
|
|
Event Listening
