Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, 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: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 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: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 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: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 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: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: New Form Object Type

Unread post by admin »

.
Locked