Page 1 of 1

New Form Object Type

Posted: Mon Feb 12, 2018 4:48 pm
by redmonk
I want to add a new form object type, is there any guide or documentation on how to achieve this?

Re: New Form Object Type

Posted: Mon Feb 12, 2018 9:04 pm
by admin
redmonk,

Sorry, I don't understand your question.

Steven

Re: New Form Object Type

Posted: Mon Feb 12, 2018 9:21 pm
by toms
From what I understand, he'd like to have/add his own object type (like TreeView control etc.)
type.png

Re: New Form Object Type

Posted: Mon Feb 12, 2018 10:04 pm
by admin
redmonk,

If toms is correct.

Sorry, you can't do it.

Steven

Re: New Form Object Type

Posted: Mon Feb 12, 2018 10:16 pm
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.

Re: New Form Object Type

Posted: Mon Feb 12, 2018 10:29 pm
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

Re: New Form Object Type

Posted: Wed Feb 14, 2018 2:00 pm
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?

Re: New Form Object Type

Posted: Fri Feb 16, 2018 8:11 am
by redmonk
here are some but not limited to:
- hijri calendar
- multi-select calendar
- rich text editor
- ocr

Re: New Form Object Type

Posted: Fri Feb 16, 2018 8:21 am
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.

Re: New Form Object Type

Posted: Wed Feb 21, 2018 7:20 pm
by admin
.