search for: form_type

Displaying 4 results from an estimated 4 matches for "form_type".

2007 Aug 02
4
ActiveRecord Limitation (Advance)
Or is it ? Need to be able to :- @search = Form.find(:all, :include=>[:form_type, :form_type_items], :conditions=>....) I need in the Form model a :form_type_items, the question is, what is the relationship type? Current Models:- Form belongs_to :form_type FormType has_many :form_types has_many :form_type_items FormTypeItem Belongs_to :form_type Form ---------------- |...
2006 Apr 22
1
How to save data with dynamic forms?
Hello, Imagine I have a form designer, which allow me to design a web form (at run-time). I don''t have any idea how to save the data in db (table ddl?), so I can easily list or search the data. I though of writing the hash directly from the form to db, but I think there must be better solution(s)? Any idea, articles or design pattern on the subject? Thank you all in advance, Dunnil
2005 Sep 15
1
Javascript object literals -- prototype clash?
...it string for stuff1'' }, input_line2: { name: ''stuff2'', size: ''30'', type: ''text'', value: ''Init string for stuff2'' } }, form2: {...}, ... } Within the form generation javascript routine, I have: var input_list = forms[form_type]; for (var i in input_list) { form = form + ''<input ''; var item = input_list[i]; for (var prop in item) { form = form + prop + ''="'' + item[prop] + ''" ''; } form = form + ''/><br />''; } If I have form_ty...
2014 Mar 18
0
XMPP issues in Asterisk 11.6.0 for distributed device states...
...#39;server3 at xmpp/astvoip3' type='set' id='aaacy'> <pubsub xmlns='http://jabber.org/protocol/pubsub'> <create node='test'/> <configure> <x xmlns='jabber:x:data' type='submit'> <field var='FORM_TYPE' type='hidden'> <value>http://jabber.org/protocol/pubsub#owner</value> </field> <field var='pubsub#node_type'> <value>collection</value> </field> <field var='FORM_TYPE' ty...