Welcome Guest, Not a member yet? Register   Sign In
Submit with form_button
#5

[eluser]predat0r[/eluser]
[quote author="andyy" date="1301694626"]Huh? I use <button type="submit"></button> all the time with absolutely no errors.

Can you post your code please? There should be no need to modify the helper..[/quote]

I set up a small form to test the button type, but also didn't work..

Anyway my orig. code:
Code:
echo form_open('site/test');
echo form_input('something');
$data = array(
    'type' => 'submit',
    'name' => 'send',
    'class' => 'uibutton'
);
echo form_button($data, 'Save');

$js2 = 'onClick="[removed]history.back();"';
$data = array(
    'name' => 'cancel',
    'class' => 'uibutton'
);
echo form_button($data, 'Cancel', $js2);
echo form_close();

JQuery code:
Code:
$(function() {
    $("a.uibutton, button.uibutton").button();
});

But without jquery ui doesn't submit or validate, too


Messages In This Thread
Submit with form_button - by El Forum - 03-31-2011, 12:05 AM
Submit with form_button - by El Forum - 03-31-2011, 06:46 AM
Submit with form_button - by El Forum - 04-01-2011, 10:03 AM
Submit with form_button - by El Forum - 04-01-2011, 10:50 AM
Submit with form_button - by El Forum - 04-02-2011, 04:13 AM
Submit with form_button - by El Forum - 04-02-2011, 03:25 PM
Submit with form_button - by El Forum - 04-03-2011, 12:44 AM
Submit with form_button - by El Forum - 04-03-2011, 05:26 PM
Submit with form_button - by El Forum - 04-04-2011, 02:29 AM
Submit with form_button - by El Forum - 04-04-2011, 12:14 PM
Submit with form_button - by El Forum - 04-04-2011, 03:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB