Search the web
Sign In
New User? Sign Up
forms-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 676 - 705 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
676
hi Manuel, in some of my scripts, i use $form->AddInput(array( "TYPE"=>"hidden", "NAME"=>"_submit_check", "VALUE"=>1, "ValidateAsInteger"=>1, ...
operationsengineer1@...
operationsen...
Offline Send Email
May 1, 2006
8:47 pm
677
Hi everybody!!! I have some date fields like this.... $error=$subscription->AddInput(array( "TYPE"=>"custom", "NAME"=>"e_data_inici", "ID"=>"e_data_inici", ...
aterrade
Offline Send Email
May 2, 2006
9:33 am
678
... as per the docs (under form_date_class), try... DayClass or DayStyle MonthClass or MonthStyle YearClass or YearStyle good luck! ...
operationsengineer1@...
operationsen...
Offline Send Email
May 2, 2006
3:48 pm
679
Hello, ... I suppose you have something wrong in the definition of the input. Maybe the label definition is not there or is incorrect. I would need to see how...
Manuel Lemos
mallemos
Offline Send Email
May 2, 2006
6:38 pm
680
Hello, ... PHP employs poor man garbage collection. It means that a value is only destroyed only when the last reference to is is removed. Assign by reference...
Manuel Lemos
mallemos
Offline Send Email
May 2, 2006
6:41 pm
681
Hello, ... No, \1 means the include appears there after the pre-filter is applied. ... I think the problem is that the navbar.tpl data is captured by the ...
Manuel Lemos
mallemos
Offline Send Email
May 2, 2006
6:56 pm
682
Hello, ... I don't think that is your problem. I check an hidden input with WasSubmitted, rather than the submit because depending on how you submit the forms,...
Manuel Lemos
mallemos
Offline Send Email
May 2, 2006
7:04 pm
683
Hello, I just would like to let you know about this page that I think it is of your interest. Class: Xinha plug-in Description: Forms plug-in to use Xinha HTML...
Manuel Lemos
mallemos
Offline Send Email
May 3, 2006
5:24 am
684
... $form is false! ... these ... Manuel, The above logic for handling {if} sections did not work. It is still giving the following error: unrecognized tag...
Shekar C. Reddy
powerobject
Offline Send Email
May 3, 2006
5:11 pm
685
Hello, ... What I meant is to add those two new entries in the $search and $replace array. You should not remove the other entries. -- Regards, Manuel Lemos ...
Manuel Lemos
mallemos
Offline Send Email
May 3, 2006
10:39 pm
686
Manuel, Yes, I appended those strings as elements at the end of each array (search/replace) while keeping the old ones. But it did not work. Could be a logic...
Shekar C. Reddy
powerobject
Offline Send Email
May 4, 2006
2:19 pm
687
hi Manuel, is it better practice to use... 'ReplacePatterns'=>array( '^\\s+'=>'', /* trim whitespace at the beginning of the text value */ '\\s+\$'=>'', /*...
operationsengineer1@...
operationsen...
Offline Send Email
May 5, 2006
8:47 pm
688
hi Manuel, i'm reviewing some of your code and i have a question. in test_linked_select.php, you have the following line of code... $form->Connect("location",...
operationsengineer1@...
operationsen...
Offline Send Email
May 5, 2006
8:49 pm
689
hi Manuel, i have an php 4.3 application that includes forms.php. forms.php takes about 2 seconds to load - all by itself - no other code. do you have any idea...
operationsengineer1@...
operationsen...
Offline Send Email
May 8, 2006
8:14 pm
690
FYI... it is running off of a flash drive... not a hard drive... ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
operationsengineer1@...
operationsen...
Offline Send Email
May 8, 2006
10:21 pm
691
Hello, ... I do not see why it does not work. Can you get the compiled template file that Smarty generates so I can see what may not be working? -- Regards, ...
Manuel Lemos
mallemos
Offline Send Email
May 10, 2006
4:48 am
692
Hello, ... If you are running BOA, I suppose you are using PHP as CGI. That is usually much slower. Furthermore, most cache extensions like Turck MMCache and...
Manuel Lemos
mallemos
Offline Send Email
May 10, 2006
4:51 am
693
... <table> <tr> <th><?php $form->AddLabelPart(array( "FOR"=>"user_name", "LABEL"=>"<u>U</u>ser name", "ACCESSKEY"=>"U" )); ?>:</th> <td><?php...
com2sc
Offline Send Email
May 10, 2006
11:35 am
694
Hi! I´m using smarty and formsgeneration. It works fine. : ) Question: It´s possible to use the upload field to upload images and files? If is possible......
aterrade
Offline Send Email
May 10, 2006
12:06 pm
695
... Manuel, thanks for the insight. i'm having a hard time believing it is this slow due to CGI since I run in CGI mode on my dev computer and it is...
operationsengineer1@...
operationsen...
Offline Send Email
May 10, 2006
5:03 pm
696
Hello, ... Use the GetFileValues function. Look in test_upload.php example. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer...
Manuel Lemos
mallemos
Offline Send Email
May 10, 2006
10:11 pm
697
Hello, ... CGI is slow. That is why there is FastCGI. Furthermore, when you use CGI you cannot use a cache extension. The cache extension avoids the overhead...
Manuel Lemos
mallemos
Offline Send Email
May 10, 2006
10:19 pm
698
Hello, You need to define the ID of inputs specified by the FOR argument of the AddLabelPart function. ... "ID"=>"user_name", ... "ID"=>"password", ... -- ...
Manuel Lemos
mallemos
Offline Send Email
May 13, 2006
6:04 pm
699
Manuel, how hard would it be to integrate the different components of YUI into the forms class? i'd be willing to help, but i'd need to see the code to do it ...
operationsengineer1@...
operationsen...
Offline Send Email
May 16, 2006
12:05 am
700
Hour selector Example : how to select hour between 0:00 and 11:55. The minuts steps by 5. Ex: 00:00 - 00:05 - 00:10 //Hour array $hours=array(); ...
aterrade
Offline Send Email
May 16, 2006
8:08 am
701
Hello, ... I do not think it is hard because Yahoo library seems to generate all Javascript for you. It is a matter of writing a plug-in class for each type of...
Manuel Lemos
mallemos
Offline Send Email
May 16, 2006
3:35 pm
702
... Manuel, i'm shooting in the dark here. how's this for an outline? 1. create page called form_slider.php 2. define a class in slider.php like so... class...
operationsengineer1@...
operationsen...
Offline Send Email
May 18, 2006
12:35 am
703
Hello, ... The class manual has instructions on what functions you need to implement to develop a new custom input class. Please read and follow those...
Manuel Lemos
mallemos
Offline Send Email
May 18, 2006
2:10 am
704
... Manuel, i read through them and it isn't quite clicking. i reviewed the yahoo slider example and, frankly, it is very inefficient from a coder's ...
operationsengineer1@...
operationsen...
Offline Send Email
May 18, 2006
9:58 pm
705
I got this select field. It works fine. : ) // Id Familia Equipament // Load options from oracle data base // Example valors2 -> ...
aterrade
Offline Send Email
May 19, 2006
11:01 am
Messages 676 - 705 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help