How can I add new objects to FormAlchemy's Grid - sqlalchemy

I'd like to implement an "add row" button on some of my FormAlchemy grid forms to create objects.
Reading through the source it would appear that there isn't this functionality at present so wondered if there's another project that does it, or if anyone has any pointers on how to do it?
Cheers,
Ben

What you're probably looking for is fa.query - formalchemy jquery library/integration. http://www.mail-archive.com/pylons-discuss#googlegroups.com/msg14228.html
Appreciate that this may be too late for you as you asked this over a year ago.

Related

Flutter: How can i make multiple screens for each element of nested list?

I want to implement App as like given reference App, So i'm looking for that Logic.
i have implemented logic for add various elements into list but how can i make multiple screens on tap of ListTile
for reference app visit :https://play.google.com/store/apps/details?id=com.tuyware.jsongenie
Please someone go through it ,Thank you in advance!
You can try this Example Project.
I hope it is useful for you.
If it does not work feel free to ask me for better solution.
https://github.com/phucgaoxam/demo_navigator_flutter
thanks

Using a dropdown menu to show specific pieces of text according to input

I am making a online website with hints for a game i made using HTML and i want the user to be able to use a drop-down-menu to select what level they would like to get a hint of so the other levels won't be spoiled. Online i found some articles talking about
<select>
and
<option>
But i could not find any explanation or example of creating the end result i am hoping off. I am (very, very, very) new to html and other coding so if the answers could be explained in a full size html and not using hard terms, that would be greatly appriciated.
If anyone knows how this works and could explain this to me please leave an answer down below.
(Sorry for bad english, I'm Dutch.)
EDIT:
Using JavaScript is not a problem by the way.
Javascript is needed to accomplish this. Drop-down menus are not something that can be created with plain html.

HTML5 and peripherals

I have done a search on this and I think I actually came away more confused. We are looking for a solution where we supply a card swiper for a mobile device. Just a swiper, we do not need a gateway solution.
We want to be able to have someone swipe a card and then have the card information auto-populate in an HTML form.
Simple question: Is this possible and if so, any suggestions on how to go about it? I cant seem to find much out there on this.
Thanks,
Pretty sure you need a activex or similar installed in the brower, to get hold of the PC's comport. I used Silverlight for the same reason. Wanted the input from a barcode scanner to act different that the operators input.
Hope it helps :)

Client side javascript HTML Form builder

I need a client side HTML form builder I can implement into my project to give my users to ability to add/edit form design and field properties as desired. I am using Telerik Kendo just to provide some background and I have a basic form, however if the user needs additional fields, or even additional labels I want them to be able to edit their own forms.
I found Jot Forms and dozens more (http://www.jotform.com) but that does not work for me. All fields are in a vertical fashion. I need the users to be able to drop a field, move it around where ever they need.
So in the end, I need a form builder I can use in my project where users can create and use alternate forms. They need to be able to drag, drop the form element anywhere on the page and of course edit the properties as necessary.
If there is anything out there I would really appreciate some help on this.
I appreciate the constructive feedback. I have ventured into discovering what it would take to build one of my own.
I found most form builders already done out there that I demoed would build a beautiful form. As long as your desired form is simple. As I tested I found complex forms would require additional coding on the back end. Something most users don't know how to do, and something that would be a support nightmare.
I so far have found that the JQuery UI draggable, droppable, etc. features will provide me with ample tools do build my own. So far I have a proof of concept where I can drag items onto a workspace. The nice thing is that I can incorporate HTML code specific to my Javascript framework, Kendo. We use it at work and it has nearly everything including drag and drop. Just not functional in a way where I could see building a form builder.
I am learning all of this as I go, so thank you for commenting and please forgive me if I sound inexperienced. I am, but I am not afraid and in fact love to get my hands dirty with new stuff.

Import Action Script File in a Flex Project

I'm learning Flex and I've just found this nice effect. Would it be possible to import it in Flex?
Thanks in advance.
Greetings.
Yes, but you'll need one of 2 things:
Enough knowledge of the similarities and differences between Flash and Flex to be able to translate the instructions for making MovieClips and TextFields to using Flex components such as Box and Label. If you have that, you probably wouldn't have asked the question.
Someone who has that knowledge who is willing to explain the differences.
I can be quite patient and verbose when I haven't had a bad day, but today I have. I didn't want to leave your question completely unanswered, but the answer of "yes" probably won't get you too far without a lot of explaining.