Giter Club home page Giter Club logo

cm-bridges's Introduction

cm-bridges's People

Contributors

jeroenvinke avatar thanood avatar

Watchers

 avatar  avatar

cm-bridges's Issues

bad code for app.html

This view is being updated to show the details of the selected contact. Note that the code for the updated view:

<template>
  <div class="panel panel-primary">
    <div class="panel-heading">
      <h3 class="panel-title">Profile</h3>
    </div>
    <div class="panel-body">
      <form role="form" class="form-horizontal">
        <div class="form-group">
          <label class="col-sm-2 control-label">First Name</label>
          <div class="col-sm-10">
            <input type="text" placeholder="first name" class="form-control" value.bind="contact.firstName">
          </div>
        </div>

        <div class="form-group">
          <label class="col-sm-2 control-label">Last Name</label>
          <div class="col-sm-10">
            <input type="text" placeholder="last name" class="form-control" value.bind="contact.lastName">
          </div>
        </div>

        <div class="form-group">
          <label class="col-sm-2 control-label">Email</label>
          <div class="col-sm-10">
            <input type="text" placeholder="email" class="form-control" value.bind="contact.email">
          </div>
        </div>

        <div class="form-group">
          <label class="col-sm-2 control-label">Phone Number</label>
          <div class="col-sm-10">
            <input type="text" placeholder="phone number" class="form-control" value.bind="contact.phoneNumber">
          </div>
        </div>
      </form>
    </div>
  </div>

  <div class="button-bar">
    <button class="btn btn-success" click.delegate="save()" disabled.bind="!canSave">Save</button>
  </div>
</template>

is just a "partial" for the highlighted part of the main view:

image

meaning that the tutorial needs to be corrected. Rather than pointing Rob to this issue, can you please update this so I can learn how this works (I believe that this should be done using compose)

Materialize version of the Contact manager sample leaves "junk" after building it

λ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

        modified:   scripts/app-bundle.js
        modified:   scripts/app-bundle.js.map
        modified:   scripts/materialize-bundle.js
        modified:   scripts/vendor-bundle.js

no changes added to commit (use "git add" and/or "git commit -a")

These modified files should likely be added to .gitignore

Contact Manager KendoUI version example

I would like to make the (pretty bland) original sample

image

be a a bit more spiffed to show a bit more that KendoUI can do, without using any KendoUI Pro components. So, instead of the manually crafted contact list, I would like to use a panelbar:

image

with the same names as the original.

The [contact detail] might require a bit more sophistication as I would like to use a grid like this

image

However this would look "forced" as I would have just the single row in the grid (selected from the panel bar). If on the other side, he contacts detail always gets loaded by all contacts, then this sample also looks silly.

So, unless you see some better use of KendoUI (like two "connected" panel bars), we should only replace the left side of this sample.

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.