Giter Club home page Giter Club logo

jformer's People

Contributors

adelmazza avatar castarco avatar detain avatar hamled avatar kirkouimet avatar tablatronix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jformer's Issues

Cancel Button?

Sorry its not exactly an issue but can't find answer anywhere else.

How on earth do you add a cancel button! lol

Can use the HTML component but then it doesn't appear alongside the Submit button at the bottom of the form!?

Any ideas would be great. Am using the closure compiled code from the jFormer website. says 1.4.4 ;)

many thanks brian.

initialize JFormComponentAddress

Hi, thanks for this awesome framework ....

there is a way to initialize the JFormComponentAddress ... from JFormer.php source code seems to be a problem ..

thanks in advance

Best

jformer ajax form

hello,

I couldnt find a forum page so i have raised my question as an issue.

I would like to make a form using jformer that is loaded from an ajax request but all of your examples are using html with embedded php. Could you give me an example or a quick explanation of how i could build a json response that i could use to construct the form on the client side, it would be for something basic like a contact form.

thanks
Alex

jFormer doesn't work with jQuery 1.11.0

I spun my wheels for hours trying to get jFormer to work with the most recent version of jQuery (currently 1.11.0).

Finally it occurred to me to try to use the version of jQuery that the example code calls for (jQuery 1.5.2).

Once I used 1.5.2 it worked. Unfortunately I need a newer version of jQuery for other things on the site.

Any chance you'll update jFormer to work with the most recent version of jQuery?

Submitting a form without javascript enabled

Looking at the code produced by the jFormer PHP I cannot see how the form can be processed with out the inclusion of javascript. This is because unless I am missing something you cannot submit a form without javascript as the submit input is of type="button" and not type="submit".

Directory Issue

Hello, I am using your login demo. When I put the code on the root of my servers directory. It works, but when I put it into a sub folder it gives me this response.

the login.php file is in ("ROOTDIR"/Login/)
then it tries to get this file
Post: "Login/Login/login.php" (404 Not Found)

For a test I tried putting into another sub dir inside Login
for e.x ("ROOTDIR"/Login/Test/)
then it tries to find when I hit the login button
Post: "Login/Test/Login/Test/login.php" (404 Not Found)

Setting PageNavigator label to 'title' does nothing

the documentation says that there are 3 options for the 'label' on the page navigator
http://www.jformer.com/documentation/form-features/page-navigator/

setting to title or prefixLabels gives the same result.

My modification is to just display the title if it is set to


 if ($this->pageNavigator['label'] == 'title'){
     $pageNavigatorLabelText = strip_tags($jFormPage->title);
 } else {
     $pageNavigatorLabelText = '' . $jFormPageArrayCount . ' ' . strip_tags($jFormPage->title);
 } 

this was added on line 1027 in the production code the equivilent line is 695 of the JFormer.php file on the project site

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.