Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
New Form Object Type
-
- Posts: 11
- Joined: Sun Feb 04, 2018 7:18 am
New Form Object Type
I want to add a new form object type, is there any guide or documentation on how to achieve this?
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: New Form Object Type
From what I understand, he'd like to have/add his own object type (like TreeView control etc.)
You do not have the required permissions to view the files attached to this post.
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: New Form Object Type
But what you could do is create your own object within a html object.
However, you need to do the loading and saving of the object's data on your own.
However, you need to do the loading and saving of the object's data on your own.
Re: New Form Object Type
toms,
Using an HTML Object would be a good alternative for a lot of different types of things.
And... at the end of the day... you can always fork nuBuilder Forte and do whatever you like.
Steven
Using an HTML Object would be a good alternative for a lot of different types of things.
And... at the end of the day... you can always fork nuBuilder Forte and do whatever you like.
Steven
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: New Form Object Type
What kind of object do you have in mind?redmonk wrote:I want to add a new form object type, is there any guide or documentation on how to achieve this?
-
- Posts: 11
- Joined: Sun Feb 04, 2018 7:18 am
Re: New Form Object Type
here are some but not limited to:
- hijri calendar
- multi-select calendar
- rich text editor
- ocr
- hijri calendar
- multi-select calendar
- rich text editor
- ocr
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: New Form Object Type
redmonk,
You can always use external js libraries and use their functions .
E,g,:
Home ► Setup ► Header:
That's also something I do.
You can always use external js libraries and use their functions .
E,g,:
Home ► Setup ► Header:
Code: Select all
<!-- External JS-Libraries -->
<script src='libs/bootstrap/js/bootstrap.min.js' type='text/javascript'></script>