Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

forms-dev

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 676 - 705 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
676 operationsengineer1@...
operationsen... Send Email
May 1, 2006
8:47 pm
hi Manuel, in some of my scripts, i use $form->AddInput(array( "TYPE"=>"hidden", "NAME"=>"_submit_check&quot;, "VALUE"=>1, "ValidateAsInteger"=>1, ...
677 aterrade Send Email May 2, 2006
9:33 am
Hi everybody!!! I have some date fields like this.... $error=$subscription->AddInput(array( "TYPE"=>"custom", "NAME"=>"e_data_inici&quot;, "ID"=>"e_data_inici&quot;, ...
678 operationsengineer1@...
operationsen... Send Email
May 2, 2006
3:48 pm
... as per the docs (under form_date_class), try... DayClass or DayStyle MonthClass or MonthStyle YearClass or YearStyle good luck! ...
679 Manuel Lemos
mallemos Send Email
May 2, 2006
6:38 pm
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...
680 Manuel Lemos
mallemos Send Email
May 2, 2006
6:41 pm
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...
681 Manuel Lemos
mallemos Send Email
May 2, 2006
6:56 pm
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 ...
682 Manuel Lemos
mallemos Send Email
May 2, 2006
7:04 pm
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,...
683 Manuel Lemos
mallemos Send Email
May 3, 2006
5:24 am
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...
684 Shekar C. Reddy
powerobject Send Email
May 3, 2006
5:11 pm
... $form is false! ... these ... Manuel, The above logic for handling {if} sections did not work. It is still giving the following error: unrecognized tag...
685 Manuel Lemos
mallemos Send Email
May 3, 2006
10:39 pm
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 ...
686 Shekar C. Reddy
powerobject Send Email
May 4, 2006
2:19 pm
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...
687 operationsengineer1@...
operationsen... Send Email
May 5, 2006
8:47 pm
hi Manuel, is it better practice to use... 'ReplacePatterns'=>array( '^\&#92;s+'=>'', /* trim whitespace at the beginning of the text value */ '\&#92;s+\$'=>'', /*...
688 operationsengineer1@...
operationsen... Send Email
May 5, 2006
8:49 pm
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&quot;,...
689 operationsengineer1@...
operationsen... Send Email
May 8, 2006
8:14 pm
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...
690 operationsengineer1@...
operationsen... Send Email
May 8, 2006
10:21 pm
FYI... it is running off of a flash drive... not a hard drive... ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
691 Manuel Lemos
mallemos Send Email
May 10, 2006
4:48 am
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, ...
692 Manuel Lemos
mallemos Send Email
May 10, 2006
4:51 am
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...
693 com2sc Send Email May 10, 2006
11:35 am
... <table> <tr> <th><?php $form->AddLabelPart(array( "FOR"=>"user_name", "LABEL"=>"<u>U</u>ser name", "ACCESSKEY&quot;=>"U" )); ?>:</th> <td><?php...
694 aterrade Send Email May 10, 2006
12:06 pm
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......
695 operationsengineer1@...
operationsen... Send Email
May 10, 2006
5:03 pm
... 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...
696 Manuel Lemos
mallemos Send Email
May 10, 2006
10:11 pm
Hello, ... Use the GetFileValues function. Look in test_upload.php example. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer...
697 Manuel Lemos
mallemos Send Email
May 10, 2006
10:19 pm
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...
698 Manuel Lemos
mallemos Send Email
May 13, 2006
6:04 pm
Hello, You need to define the ID of inputs specified by the FOR argument of the AddLabelPart function. ... "ID"=>"user_name", ... "ID"=>"password", ... -- ...
699 operationsengineer1@...
operationsen... Send Email
May 16, 2006
12:05 am
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 ...
700 aterrade Send Email May 16, 2006
8:08 am
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(); ...
701 Manuel Lemos
mallemos Send Email
May 16, 2006
3:35 pm
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...
702 operationsengineer1@...
operationsen... Send Email
May 18, 2006
12:35 am
... 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...
703 Manuel Lemos
mallemos Send Email
May 18, 2006
2:10 am
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...
704 operationsengineer1@...
operationsen... Send Email
May 18, 2006
9:58 pm
... 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 ...
705 aterrade Send Email May 19, 2006
11:01 am
I got this select field. It works fine. : ) // Id Familia Equipament // Load options from oracle data base // Example valors2 -> ...
Messages 676 - 705 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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