Tagged Questions
0
votes
1answer
35 views
validate selected date in selected month and year in dropdowns in client side
I am working with my mvc 4 application.Here I have Day ,Month ,Year dropdowns to select a date of birth. Now I want to validate a selected date in a selected month and year (especially February 29,28 ...
0
votes
1answer
11 views
ExtJS4 MVC Lazy Loading
Help! I have an ExtJS 4.2 MVC application that will contain multitudes of various Views. However, each user will have access to a mere fraction of the entire set. Obviously I don't want to load all of ...
0
votes
1answer
30 views
Javascript Single Page MVC from scratch
I just wondering what is the technique of creating a single page website by using javascript without using framework like ember js / angular js.
For example in php like they can get
...
0
votes
0answers
35 views
Why should a router's callback methods go to a Controller and not the App object itself?
I'm curious why a Marionette router should utilize another abstraction, the controller, to handle various route callbacks?
In my current application my Application object is very thin but my ...
0
votes
2answers
25 views
extjs4 mvc event debugging inconsistent results
I have a grid.Panel inside of a viewport that is binded to a store. Once the grid (or store) is loaded, I would like to look at a value in the first row (or any row), and if it's false, hide a column ...
0
votes
0answers
43 views
How to fix this js script to send a value by method post
I have This Java Script And I want to click ok and call detel method in my controller
but its not working and I dont't know why im new in js
I need to but 2 values in this submit
id and name
Also I ...
1
vote
2answers
68 views
Backbone nested views
I'm working on a Backbone application and I'm not sure if the way what I'm trying to do is the correct way.
I have an application view and inside that application view I'm trying to append a ...
-2
votes
1answer
73 views
Is my MVC approach in JavaScript correct? [closed]
I am from java background and worked occasionally in JavaScript as well at work. Just last month started upgrading to JavaScript. Just before trying my hand in a JS project just want to check whether ...
1
vote
1answer
56 views
$digest already running - AngularJS
I want to "refresh" my view after some new data is loaded into my factory, but i cant figure out how to do this correctly.
$http.post(url, postKunde).success(function(data, status) {
...
0
votes
0answers
41 views
Is it wise to disconnect the UI layer from the backend in mobile web apps? [closed]
What's the future when it comes to mobile web development?
I mean, traditionally, in the java world, we make use of Java EE technologies such as Spring, Hibernate and some MVC framework like Spring ...
0
votes
2answers
54 views
Save a static copy of a model in AngularJS
Now i have something like this, in the view :
<input ng-model="kunde" type="text">
and a controller trying to save the model to a factory :
$scope.setKunde ($scope.kunde) {
...
1
vote
1answer
37 views
Add search filter to URL without using Javascript(C# MVC3)
I have this url //domain/search-results/
I would like add filters to the URL but without using Javascript everytime the user click a filter, so the url grows like ...
3
votes
1answer
100 views
MVC form validation without form submission
I have a standard form populated by an MVC model with standard [Required] validation. I want to "submit" this form data via AJAX, not by a submit, and I would like to take advantage of the built-in ...
0
votes
2answers
62 views
TypeError: Cannot call method 'replace' of null - Backbone.js
I'm trying to do a tutorial backbone project with peepcode, but I got stuck.
I am trying to render a view from the console by creating a new view from a collection. Here's my code
(function($) {
...
1
vote
0answers
45 views
Three.js and MVC
In three.js I've created a basic 'hero creation' program. Similar to Elder Scrolls swapping through heads,body etc to create a full character. I'd like to make it more interactive by letting other ...
0
votes
1answer
55 views
What's the best way for (select row, delete it on button click)
I'm realy tierd on this but could not find any solution for my problem.
This is a MVC project I am working on.
In the GridView how can I do this: Click on row and then click on button to delete this ...
1
vote
1answer
98 views
Ember JS transition to nested routes where all routes are dynamic segments from a view
We are writing an application using EmberJS. However we are still new with this framework and we're having a hard time resolving some of what may seem to be straight forward.
The model is pretty ...
0
votes
1answer
92 views
Communication between directives (and other parts) in AngularJS
I'm looking for guidelines about when and why should I use the "require" option in the directive definition,
why not communicate just using the Scope - like most of the times in Angular ?
How is it, ...
0
votes
0answers
61 views
Ext js combobox add multiselect
I want to have multi-select option in ContactCombo a combo-box (please refer the following code) but the problems are
multiple :true is not available in ExtJS 3.4
Couldn't replace it with checkbox ...
0
votes
1answer
14 views
How to search ViewBag Json string
I would like to access ViewBag data from within client side code. This is what I've tried in my controller:
ViewBag.Tasks = new JavaScriptSerializer().Serialize(tasks);
In my view I would then put ...
0
votes
1answer
32 views
How do I loop through a json collection of strings with Mustache?
The MVC that creates the array of strings is
public JsonResult GetInvalidFilesAJAX(JQueryDataTableParamModel param)
{
string[] invalidFiles = new string[] { "one.xls", "two.xls", ...
0
votes
0answers
51 views
How to get control from servlet after generating jasper report
I have exported the pdf file using Spring MVC with jasper report concept. I need to display progress bar When I click on export button until save pop up will come out on browser. Again I need to close ...
2
votes
1answer
53 views
Prevent Ajax Form Submission Without Content
I'm trying to get some client side validation working to prevent a form submission occurring if an object has no value. I've been plugging away at this for a while now but cannot get a satisfactory ...
1
vote
2answers
96 views
AngularJS - How to run controllers from other controllers?
I'm new to angular, coming from a jquery way of thinking. I've read through most of the main site and bits of others, and I'm trying to further learn by building a customizable dashboard application.
...
2
votes
2answers
38 views
When frame is removed from DOM, does JS that was running inside gets cleared from memory?
I have the 1 page app where the UI is handled on the main page, and the controllers and models are loaded in the invisible frame. At some point, those models and controllers should change, so I remove ...
0
votes
2answers
63 views
Json data formatting best practice
I have a SPA web page. Data are loaded with ajax requests. I need to show some culture sensitive data on that page. What is the best way for formating this kind of data?
Basicaly I have two options:
...
0
votes
1answer
64 views
Interact with WebGL scene from independent elements
Is it possible to interact with a scene in WebGL (programmed with three.js) from other elements on a webpage? For example manipulate a scene on the WebGL canvas from an independent canvas or using a ...
0
votes
0answers
42 views
Javascript Architectural Model
Are there any obvious flaws to this OO architectural model which I intend to implement using javascript? It is similar to the MVP model but instead the role of the model is broken down into three ...
1
vote
1answer
47 views
Agility.js + jQueryUI, pass parameters to event handlers in controller
The Agility.js documentation seems to say pretty clearly that Agility objects can accept any valid jQuery event type:
Usual DOM events such as click, dblclick, mouseenter, etc are supported ...
0
votes
2answers
45 views
Clear text with JavaScript in MVC 4
I've the following search box:
@Html.TextBox("SearchString", "search...", new { @class = "SearchTxtBox" })
A text box with a default text "search...", I want to clear the text when the user enters ...
0
votes
1answer
32 views
Emberjs Index vs Application
I cannot grok or find proper documentation for elaborating on Emberjs' "application" and "index" view/controller/template. Are they interchangeable?
For example,
App.Router.map(function(){
...
0
votes
1answer
113 views
MVC Server Side VS MVC Client Side and RESTful APIs
I'm still relatively new to web 2.0, but as I immerse myself more and more terms such as MVC and RESTful keep popping up everywhere I go. I have worked a bit with AngularJS and read up on other MVC ...
0
votes
0answers
47 views
Displaying and manipulating a tree structure
I'm building a website where users can store some data in a hierarchical fashion.
Today I have been creating the classes that make up the objects in the tree.
However, I am fairly new to ...
0
votes
0answers
59 views
Is a RESTful service a requirement to using ember.js or other javascript MV* frameworks?
Does using a javascript MV* framework (ember.js) necessitate the use of RESTful services, or can it work just as well by passing json data from a server side MVC framework (CodeIgniter) controller?
1
vote
2answers
50 views
How to send a value from MVC to Javascript
I have a catalog with several pictures, and I want to press one of those pictures and, without leaving the page I'm at, change the Full Image in one of my DIvs.
After searching the internet, I've ...
2
votes
2answers
55 views
Sencha Touch 2: How to FIlter on a Association's Store?
I have an issue trying to filter the results of an association. I have a list of categories with many subcategories. I'm using MVC architecture. So, here is an example what I'm trying to do:
var ...
0
votes
2answers
83 views
What is use of tagName, id, and className properties in Backbone View? While we can access dom element with el
What I want to ask is that why properties like tagName, id, className exist in Backbone View? Thanks
0
votes
2answers
61 views
Why to avoid in-page <script>
When dealing with the structure of javascript in a website. Currently i try to seperate all my javascript into files, something like app.js.
Although is it better just to place scripts on the ...
0
votes
1answer
32 views
Inline javascript to avoid hackish data APIs
I need to render a plot using jqplot from within a jinja2 template. The template has access to the data that needs to be plotted. I could pass the data to some external javascript by embedding it in ...
0
votes
0answers
43 views
Wrap an RDBMS scheme inside a RESTfull API
This is a general question on how to implement a Relational DB Scheme inside a RESTfull API so you can use it along with a Javascript Framework, say Backbone.js
If i had a Many-To-Many relation ...
0
votes
1answer
66 views
backbone.js todomvc add more attributes to model
I want to try out Backbone.js and started with the famous TodoMVC-App. I want to add some more attributes via input fields (orgiginally there is only one input field with "todo"), but I cant figure ...
1
vote
1answer
228 views
Marionette.js compared to Chaplin.js
I currently in the process of concepting a large single page web application.
There will be a lot of components, so a separation of concerns is important to me. The Server is basically a REST-Server ...
0
votes
3answers
42 views
Render a sub-view in a parent when the sub-view fetched JSON data from service in Backbone
Am trying to solve this issue when rendering a sub view in a parent view.
The parent view is a static chunk of html that will be tabs for filtering the sub-view which is tabular data pulled from the ...
0
votes
1answer
23 views
Javascript redirection and zend MVC
Thanks for looking here.
I'm trying to use Zend framework with MVC and I'm facing an issue regarding the link.
Here is the javascript that I'm using to redirect:
$("#liFoo").click(function(){
...
1
vote
0answers
214 views
AngularJS Binding to WebGL / Canvas
I'm very green to AngularJS. I'm wondering if it's possible to use it when your view is using HTML5 Canvas or WebGL? If so, are there any good tutorials on how you go about this?
I've seen several ...
0
votes
1answer
93 views
Passing ext textbox values to javascript and then to controller action
I have a scenario where I have to pass the username and password values from ext textfield to a controller action to do validation with the database. I have written the following code
...
3
votes
1answer
132 views
Using jQuery Tabs with Marionette Layouts
I'm working on trying to use jquery tabs inside of a Marionette region.
The HTML for a two tabbed area looks like this:
<div id="tabs">
<ul>
<li><a ...
0
votes
1answer
198 views
Multiple independent partials in AngularJS
I've been working on a Angular.js tutorial that I now want to extend. It's a simple CRUD app that has a list of templates: list.html (just records in a db with a title and content), a create form: ...
1
vote
2answers
43 views
jstree download
Is it possible to download files from a server using jstree as a directory viewer?
Note - I have created a jstree by connecting to my Dropbox account and populating the tree from the json results ...
0
votes
1answer
142 views
Ember.js - How can I bind a property of a model class to a controller?
I'm trying to somehow bind a property of the following model to a controller so that when the model has completed its async call the length property of the model is set and the controller is then ...




