MDriven designer overview Part 4
No edit summary
No edit summary
Line 16: Line 16:
#video12 {
#video12 {
   position: relative;
   position: relative;
   padding-bottom: 75%;
  height: 500px;
  width:560px;
   padding-bottom: 10px;
}
}
#video12 iframe {
#video12 iframe {
   position: absolute;
   position: absolute;
   width: calc(100% - 300px);
   min-height: auto;
   height: calc(100% - 300px);
   min-width: auto;
}
}
#video12 div {
#video12 div {
   position: absolute;
   position: absolute;
   top: 0;
   top: 0;
   right: 0;
   left:760px;
   width: 270px;
   width: 260px;
   height: 60%;
   height: 100%;
   padding: 10px;
   padding-left: 10px;
   overflow-y: auto;
   overflow-y: auto;
}
}
#video12 span {
span {
     font-size: 18;
     font-size: 18;
     display:block;
     display:block;
Line 40: Line 42:
   opacity: 0.7;
   opacity: 0.7;
}
}
  #video12 span:hover {
span:hover {
   color: #0000FF;
   color: #0000FF;
   cursor: pointer;
   cursor: pointer;
}
}
#video12 span:focus {
span:focus {
   color: blue;
   color: blue;
</style>
</style>


<div id="video12">
<div id="video12">
  <iframe width="560" height="300" src="https://www.youtube.com/embed/8-MKWP8JE1Q?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
  <iframe width="740" height="500" src="https://www.youtube.com/embed/8-MKWP8JE1Q?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
   <div>
   <div>
     <span data-video="8-MKWP8JE1Q" tabindex="0" data-start="36">Nested ViewModel to set the immediate properties </span>
     <span data-video="8-MKWP8JE1Q" tabindex="0" data-start="36">Nested ViewModel to set the immediate properties </span>

Revision as of 17:55, 21 December 2016

Setting the presentation properties in the View Model, introducing Modal View Model action.

To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme timeplace in the video. Now you can pick any topic to be instructed without watching the whole video.

Nested ViewModel to set the immediate properties Presentation properties: Placing hints Visible expressions • Singlelinks with setter • Column for picklist • Column in action • Presentation Unit property Read-only expressions • Static Columns • Prototyper Styles Tab order ExpressionAnalyze Form: Diagram with used model elements Modal ViewModel

This page was edited 92 days ago on 02/10/2024. What links here