search for: formelement

Displaying 10 results from an estimated 10 matches for "formelement".

Did you mean: forelement
2003 Jan 29
1
Scoping rule problem -- solved
Thanks to some comments from Brian D. Ripley, I found my error: I should not have given a data argument to lm() after creating a formula-object. This obviously confused things... Thanks again, I've really learnt again a bit more on R-programming... Cheers, Winfried --------------------------------------------------------------------- E-Mail: Winfried Theis <theis at
2010 Aug 14
1
Rail3: UJS submit after client-side validation
...While it did the validation, It would always submit. I then changed the input type to button and the validation would work, but I could not get the form to submit. Debugging all seemed to work (names, classes, etc) Behaviors.add("click", "validate", function(element) { var formElements = $$(".required", ".required-one"); var valid = true; var thisform = element.form ... validations stuff but when I got to the end if(valid){thisform.submit()} would fail saying the input element does not have a function submit. thisform is reported as and htmlformelem...
2006 Jun 23
16
Help please-draggable
I asked the other day about this problem but haven''t received a response. Trying again: I just downloaded 1.6 and can''t get a simple draggable to work, which is weird. I know it''s not my browser since the demos are working. Here is my simple code. I''ve also had the "new Draggable" between the select tags. Didn''t change anything.
2014 Dec 18
1
Samba 4.2 : External authentification and rights access management ?
Hello everyone, I am looking to replace a file sharing solution, based on webdav, by samba 4.2. I?ve just read the technical notes on the wiki but couldyou tell me more about the technical feasibility of the following: *1/* Can Samba 4.2 authenticate users through an already set external LDAP server rather than its own internal user/password database ? *2/* Is it possible to customize the
2005 Dec 31
0
Using render functions in my own classes
...hat I have done: - Created a new module FormHandler - Added a class Form in the module - Defined an initialize and to_s method. The initialize method receives some basic information about the form, the to_s method returns a string which contains the complete form. The module wil be extended with FormElement classes, but I''m trying to solve the following. In the to_s method, I would like to use render_to_string :partial to render a template and return it as a string. I managed to do this by extending ApplicationController::Base and calling the function. The problem is that the method relie...
2012 Dec 06
3
Colors according to value (Excel-Export)
Hello together, i have a list of numbers, like this one A B C 1.1 1.2 1.3 i export this list into an excel file and want now color these numbers according to her value. I want every color under 1,25 is red, and every color over 1,25 is green. How can i do this with "RDCOMClient" ? I know how to colour a complete row, like this task: U3R <- sh$Range(zellen_blue) U3RF <-
2009 Apr 12
0
rails 2.3 nested forms with has_many through checkboxes
...[page_category_ids][]", category.id, @page.page_categories.include?(category), :class => "checkbox" %>&nbsp;<% f.fields_for category do |category_form| %><%= category_form.text_field :title, :style => "width: 200px;", :class => "textfield small formElement" %><% end %> </li> <%- end -%> </ul> Right now, if I try and create or update a page I get the following error... ActiveRecord::UnknownAttributeError in Admin/pagesController#update unknown attribute: page_category RAILS_ROOT: /Users/rajo/Sites/boilerplate Appl...
2017 May 23
2
[imaptest] Explaining errors
Hi, I'm an Apache James committer and we are curious to use imaptest in order to validate our IMAP protocol implementation. I'm using the nightlybuild : imaptest-20170506 I follow the examples given in the /T/ /est IMAP server compliancy/ examples https://imapwiki.org/ImapTest/Examples. And I wanted to analyse the errors reported, here are some: Error: user1 at james.org[11]: seq too
2005 Feb 04
2
Failures they e2fsck doesn't find
Hi, I've run many time e2fsck, but in a special dir ls tells me: ls: r?cksendung-wlan.dvi: No such file or directory ls: baf?g_r?ckmeldung.latex: No such file or directory ls: finpr?f.pdf: No such file or directory $ cat finpr?f.pdf cat: finpr?f.pdf: Datei oder Verzeichnis nicht gefunden I don't know what to do? How can I find the failure? If I cat the files with debugfs, I see the
2006 May 23
10
throttling...
Is there a way to throttle the firing of updater requests easily with Prototype? Thanks, mark