Coder Social home page Coder Social logo

monomobile.forms's People

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

monomobile.forms's Issues

Cant get values of BooleanElement and CheckboxElement

When i add code ilke shown below;

{ "id":"remember_me", "type":"BooleanElement", "caption":"Remember me", "value":true, "bind":"#remember_me" },
{ "id":"session_id", "type":"HiddenElement", "value":"sessionid_12345" },
{ "id":"cdcd","type":"CheckboxElement", "caption":"CheckboxElement", "value":true },
{ "id":"ulke","type":"StringElement", "caption":"Azerbaijan" }

i get only value of session_id.

other values is empty (CheckboxElement, StringElement, BooleanElement)

Problem with your sample solution!

Hello,
first of all: Great Idea to capsulate the MT.D with your features.
AND: Sorry for my bad english!

I have two problems with your sample solution.

  1. The solution does not compile. There are two errors in the "rootelement" class

After workaround this errors, there is another error in the running sample project that i could not fix/find:
2. When i tapp to a "RadioElement",

e.g. from the form of the "AllElements.cs" from your code: { "type":"RadioElement", "caption":"RadioElement", "pop":true, "selected":2, "items":["item 0", ...., "item 4"] })

the application freeze, no new screen/Popup or whatever. Also in a debug session, I don`t find a solution for this issue.

Hope anyone can help...

can't get values of Radioelement

When i write code like below

{ "id":"zort", "type":"RadioElement", "caption":"RadioElement", "pop":false, "selected":2, "items":["item 0", "item 1", "item 2", "item 3", "item 4"] },

i can get only index of selected value like 4. i can't get "item 4" value

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.