Turnkey session 3: Opting out actions
No edit summary
No edit summary
Line 2: Line 2:
<h4> In this session we talk about opting out actions so that only the relevant actions are available for the user. I also show how to place the global actions in sub menus to build a complete menu bar. Further more class Constraints are explained and we look on how they can be used to make user aware of rules that they should obey. The concept of DefaultStringRepresentation of objects is also shown. </h4>
<h4> In this session we talk about opting out actions so that only the relevant actions are available for the user. I also show how to place the global actions in sub menus to build a complete menu bar. Further more class Constraints are explained and we look on how they can be used to make user aware of rules that they should obey. The concept of DefaultStringRepresentation of objects is also shown. </h4>


<p>
<p class="warn">
<em>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.</em>
<em>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.</em>
<style type="text/css">
<style type="text/css">
  p {
  p.warn {
opacity: 0.7;
opacity: 0.7;
text-align: justify;
text-align: justify;
Line 34: Line 34:
   overflow-y: auto;
   overflow-y: auto;
}
}
span {
span.time {
     font-size: 18;
     font-size: 18;
     display:block;
     display:block;
Line 42: Line 42:
   opacity: 0.7;
   opacity: 0.7;
}
}
span:hover {
span.time:hover {
   color: #0000FF;
   color: #0000FF;
   cursor: pointer;
   cursor: pointer;
}
}
span:focus {
span.time:focus {
   color: blue;
   color: blue;
</style>
</style>
Line 53: Line 53:
  <iframe width="740" height="500" src="https://www.youtube.com/embed/-NtNftziPqM?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
  <iframe width="740" height="500" src="https://www.youtube.com/embed/-NtNftziPqM?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
   <div>
   <div>
     <span data-video="-NtNftziPqM" data-start="45" tabindex="0"> Opt Out Action </span>
     <span class="time" data-video="-NtNftziPqM" data-start="45" tabindex="0"> Opt Out Action </span>
     <span data-video="-NtNftziPqM" data-start="76" tabindex="0"> Global actions in sub menus </span>
     <span class="time" data-video="-NtNftziPqM" data-start="76" tabindex="0"> Global actions in sub menus </span>
     <span data-video="-NtNftziPqM" data-start="146" tabindex="0"> Constraints </span>
     <span class="time" data-video="-NtNftziPqM" data-start="146" tabindex="0"> Constraints </span>
     <span data-video="-NtNftziPqM" data-start="290" tabindex="0"> DefaultStringRepresentation </span>
     <span class="time" data-video="-NtNftziPqM" data-start="290" tabindex="0"> DefaultStringRepresentation </span>
</div>
</div>



Revision as of 21:02, 5 March 2017

In this session we talk about opting out actions so that only the relevant actions are available for the user. I also show how to place the global actions in sub menus to build a complete menu bar. Further more class Constraints are explained and we look on how they can be used to make user aware of rules that they should obey. The concept of DefaultStringRepresentation of objects is also shown.

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.


Opt Out Action Global actions in sub menus Constraints DefaultStringRepresentation

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