123ArticleOnline Logo
Welcome to 123ArticleOnline.com!
ALL >> Computer-Programming >> View Article

Sharepoint Driven Interactive Tools Applying The Mvvm Pattern

Profile Picture
By Author: Dylan Rodriguez
Total Articles: 131
Comment this article
Facebook ShareTwitter ShareGoogle+ ShareTwitter Share

For SharePoint developers MVC, MVP and MVVM are the most common acronyms they would have at least a vague for their entailing and what they are meant for. You can find information from net but its pretty comprehensive which cannot describe the difference between different view model patterns. Thus this article gives you an idea of using tools with this method which are part of suite of tools existing on the Career Centre Portal. While offering SharePoint solutions developers play majority part in creating tools and forms. Out of them some are SharePoint list driven and rest are CRM driven so in this article the focus is on Career Possibility Generator.
We will see how this Knockout works. So first the suggestion for those working with SharePoint 2010 development or SharePoint consulting or SharePoint solutions would be to read the documentation for it has a full explanation of its working and capabilities. For simple solution you can use data-binds to map UI elements to values stored in data model. While defining the value as “observable” its ensured that updates to UI would be reflected in the model and vice-versa. ...
... It also harnesses the jQuerytmpl template engine for rendering repeatable blocks of code.
While working with SharePoint workflow you can drive it really well using a JSON object. This is the reason of its tying nicely with SharePoint 2010 development services. Its quite easy to pull back a JSON object via those services and use it in the framework of Knockout. An ASHX handler was created for justifying this missing functionality in SharePoint 2010 development for returning the JSON object. For doing so easily, the generic shell of the handler would look like:
Moreover the above code results into unordered list of Occupation profile links that has applied distinct class. There can be some problems while using JSON and can display a message in the browser like:
Now we are left in learning only a thing and that is “observable functionality working. There are number of checkboxes included in the tool itself that the user can select driving how the cloud looks on the screen in return. These checkboxes are mapped in SharePoint lists to various occupations and thus when you select the checkbox the maps for a given occupation; the class applies to the relevant list item and is modified to reflect that link. “count” is the only observable property in the object and can be used in the list item class=”cloud${Count}”. By incrementing the Count value in the model, the UI is updated to reflect the new value and hence changes the class of the list item, changing the way it displays on the screen.
function AdjustCloud(checkbox) {
varaddValue = -1;
if (checkbox.checked) addValue = 1;

$.getJSON('/_controltemplates/ccosdportal/handlers
/ListToJsonHandler.ashx?ListName=OccupationKSA
&Web=occupations&KSAID=' + checkbox.value, function(data){
if (data.length> 0)
{
$.each(data, function(ind, dtwd) {
vardtwdVal = dtwd.DTWDANZSCO;
$.each(viewModel.Cloud, function(index, value) {
varclouddtwdVal = value.DTWDANZSCO;
if (clouddtwdVal == dtwdVal)
if (((viewModel.Cloud[index].Count() + addValue) >= 0) &&
((viewModel.Cloud[index].Count() + addValue)

Total Views: 250Word Count: 700See All articles From Author

Add Comment

Computer Programming Articles

1. Best Crm Features Every Small Business Should Use In 2025
Author: Aimbeat Insights

2. Why Learn Data Science For 2026?
Author: TCCI - Tririd Computer Coaching Institute

3. Full Stack Developer Training Iskcon Cross Road: Join Tcci Now
Author: TCCI - Tririd Computer Coaching Institute

4. Top 5 Crm Systems That Integrate With Google Workspace
Author: Orson Amiri

5. It Career Guidance: Free Counseling At Tcci Institute
Author: TCCI - Tririd Computer Coaching Institute

6. Data Structure & Algorithms (dsa): Tcci Coaching
Author: TCCI - Tririd Computer Coaching Institute

7. The Copilot Effect: 7 Real Productivity Wins Businesses Are Seeing Right Now
Author: ECF Data

8. Ultimate Cucumber Testing Tutorial For Testers: Concepts, Workflow & Advantages
Author: Tech Point

9. Postman Tutorial: How To Test Apis Quickly And Efficiently
Author: Tech Point

10. Learn Python Programming South Bopal, Ahmedabad
Author: TCCI - Tririd Computer Coaching Institute

11. Job-oriented It Training In Ahmedabad: Why Tcci?
Author: TCCI - Tririd Computer Coaching Institute

12. Core Java Classes Near Iskcon Circle: Tcci Expert Faculty
Author: TCCI - Tririd Computer Coaching Institute

13. Why Learning Javascript Is Still King In Web Dev
Author: TCCI - Tririd Computer Coaching Institute

14. Data Science Course Near South Bopal: Best Computer Classes
Author: TCCI - Tririd Computer Coaching Institute

15. From Zero To Coder: Tcci's Programming Roadmap
Author: TCCI - Tririd Computer Coaching Institute

Login To Account
Login Email:
Password:
Forgot Password?
New User?
Sign Up Newsletter
Email Address: