Questions tagged [parsley]

Parsley is an Application Framework that helps Flex/Flash developer create large scale enterprise applications. It uses the concept of dependency injection but has many extra features that helps reduce development time and complexity.

144 questions
0
votes
1 answer

Result handler not getting control in parsley 3 used with Flex 4 (BlazeDS + Spring)

I am using parsley 3 with Flex 4 (AIR) for one of my applications. When I make a remote call I am dispatching an event which reaches till command class and then to Java layer service. Till here all works fine. Java layer makes some call etc and…
akhil_mittal
  • 23,309
  • 7
  • 96
  • 95
0
votes
0 answers

Dynamic remote object url - flex mobile

I almost finished my project but now I want to add a dynamic server url setting in each view. Application bootstraps with config.xml and channels-config.xml (I used Parsley framework ). config.xml:
Zaur Guliyev
  • 4,254
  • 7
  • 28
  • 44
0
votes
1 answer

Overwriting channels-config.xml on runtime

I want to make dynamic modification of channels-config.xml whenever ip for services changed..I provided a screen to enable user to enter service ips on runtime but I don't tried this on any device. Will this work? Note: The reason I'm using xml…
Zaur Guliyev
  • 4,254
  • 7
  • 28
  • 44
0
votes
1 answer

Function binding not set after model is injected

I have a CustomDataGrid that extends from DataGrid and CustomDataGridColumn that extends from DataGridColumn. CustomDataGridColumn has member variables of type Function. Inside my view, I inject a presentation model using parsley. The code is as…
kkudi
  • 1,625
  • 4
  • 25
  • 47
-1
votes
1 answer

Is it possible to add the value of a checkbox if checked into a text field?

Is it possible to add the value of a checkbox if checked into a text field? I have this form... http://xotio.com/photos/download/turk.html I'm trying to add the value of a checkbox into a textbox if the checkbox has been clicked. In my form there is…
Brett
  • 47
  • 2
  • 9
-1
votes
1 answer

How to know selected file is image or not using angular js?

I am using Angular js with ASP.NET MVC and file upload done using codepen method. It is running fine because I want to store the binary array so I can convert later and set it back. But the problem I am facing is to validate the selected thing is…
3 rules
  • 1,359
  • 3
  • 26
  • 54
-1
votes
2 answers

Parsley.JS Form Validation Issues

I am using Parsley JS for form validation but I don't know what I am missing. Right now, HTML5 is doing the validation part of it. I would be truly grateful if someone can assist because I am racking my brain and cannot figure it out. Here is my…
-1
votes
3 answers

unchangeable leading characters in HTML input?

How do I generate an input element that has a default starting value in there that is unchangeable? For example, I am looking for a number from the user but I want '333' to be already in the input text box since all inputs will start with that…
Jack Johnson
  • 1,327
  • 3
  • 12
  • 18
-1
votes
1 answer

Display message when one value is selected

Not a complicated one but i have very limited coding knowledge. Im looking for a message to be display when a value from a select menu (Less than $10,000) is selected and also prevents the form from submitting.