Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

New Form Object Type

Questions related to using nuBuilder Forte.
Locked
redmonk
Posts: 11
Joined: Sun Feb 04, 2018 7:18 am

New Form Object Type

Unread post by redmonk »

I want to add a new form object type, is there any guide or documentation on how to achieve this?
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: New Form Object Type

Unread post by admin »

redmonk,

Sorry, I don't understand your question.

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: New Form Object Type

Unread post by toms »

From what I understand, he'd like to have/add his own object type (like TreeView control etc.)
type.png
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: New Form Object Type

Unread post by admin »

redmonk,

If toms is correct.

Sorry, you can't do it.

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: New Form Object Type

Unread post by toms »

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.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: New Form Object Type

Unread post by admin »

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
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: New Form Object Type

Unread post by toms »

redmonk wrote:I want to add a new form object type, is there any guide or documentation on how to achieve this?
What kind of object do you have in mind?
redmonk
Posts: 11
Joined: Sun Feb 04, 2018 7:18 am

Re: New Form Object Type

Unread post by redmonk »

here are some but not limited to:
- hijri calendar
- multi-select calendar
- rich text editor
- ocr
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: New Form Object Type

Unread post by toms »

redmonk,

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>
That's also something I do.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: New Form Object Type

Unread post by admin »

.
Locked