Related to umbraco forms - angularjs

how to create plugin same as umbracoforms with same functionality?
-If we add custom Fields from database in to umbraco backend custom section and it will reflect in to frontend same as umbraco forms can anybody guide me related to this ?

if you want to replicate something like that, I'll suggest you to start based on a already made code base.
Take a look at this project for AngularJS: forms generator AngularJS

Related

AngularJS: Is it possible for me to use the codemirror along with AngularJS

I have a requirement where I have to let the user write some code from my application. I wanted to use Code Mirror library (https://codemirror.net/). My application is developed using AngularJS as the main framework with NO JQuery or any other libraries.
Is it possible for me to use the Code Mirror along with the AngularJS? If yes, can someone show light on how to do it?
Thanking you

Rewrite the code to handle the views in an Angular-Laravel App

I am working on an App which is going to be huge.This app is using Laravel for backend and currently uses Angular to load views which i believe is not suitable for a large application.I would like to rewrite the code to load the views using Laravel's Blade engine.
I have gone through this:
What application structure to use with AngularJS and Laravel?
I am interested in the second option provided in the answer but have no idea how to implement it in my existing application.
Please suggest me what changes do i need to do.
Thanks in advance.

build website 'online help' with angularjs

Starting with a website build with AngularJS as frontend and a ReST API set as backend. I would like to append an online help content.
Does exist a project or a framework to do that quickly (using angularjs powerfull) ?
I have no special mandatory requirements. I think that two concept could be important:
help section representation as a tree,
quick link between webapplication and online help.
JHipser may be the one you need.
I finally decided to build it without additional framework:
a flat json file that describe the structure and contents of my online help,
a controller with $http.get(...) embedded to get back the content
a dedicated help page : I re-use the bootstrap help menu and I use the ng-repeat directive to show the active content.
(Anyway Thanks #Shaojiang Cai for your suggest).

integrating Ux.locale.Manager extension into MVC application using Castle MonoRail

I am trying to integrate the Ux.locale.Manager (https://github.com/mitchellsimoens/Ux.locale.Manager) extension into our MVC application which uses Castle MonoRail.
I am experiencing difficulties in trying to get the extension to work.
Is this because Ext JS/Sencha MVC is incompatible with MonoRail MVC? I need to know this for if that is the case then I will need to find another method to localize/internationalize our application (which uses Ext JS for forms, grids, etc.).
Thanks in advance for an answer.
I was finally able to integrate the extension succesfully into my (Castle Monorail) MVC application. One needs to make the tpl value in ajaxConfig refer to a method in a controller that returns the json locale values instead of making it refer to the json locale files. I did not have to alter any code in the Manager.js file.

Integrate Extjs on frontend and Tapestry on backend

I had a project that requires the use of Extjs as the frontend of my program and tapestry on the backend.
I am new with both, but still able to create the panels of forms on the frontend, however can anyone advise how would it be possible to link/integrate with the backend java side of tapestry such that the Extjs form panel would update the json data based from my backend?
Thanks.
Take a loot at the HowTos and this wiki entry is a good starting point

Resources