Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<script>
  AJS.toInit(function(){
    if (AJS.params.remoteUser == ''){
      AJS.$('#header').hide();
      AJS.$('#main-header').hide();
    }
  });
</script>
<iframe id="topheader" src="https://www.targit.com/layouts/targit13/doc_confluence.aspx" scrolling="no" style="width:100%;height:467px;overflow:hidden;scrolling:no;"></iframe>

 Back


News in TARGIT 2019 update 4

TARGIT 2019 update 4, according to the release notification, is primarily a maintenance release, fixing a number of known issues. However, a few new features and feature improvements did enter the release as well.

The new features include:

    • "Fit to page width / page height / whole page" options when designing new Dashboard layouts for mobile platforms.
    • Improved Object Toolbar behavior.

Fit to page width

On a mobile platform, especially on a Smartphone, you will probably want to create a dashboard layout that is different from the dashboard layout that you use for PC screens.

The idea with multiple layouts has been supported since the initial TARGIT 2019 release, even making layouts specific for mobile platforms.

However, until now, these layouts have worked as "full screen" layouts, so most things you designed still needed to be crammed into the size of a PC screen or a Smartphone screen.

The new thing is that you can now make layouts designed for scrolling, and this is especially useful for Smartphone users who can now examine each individual object in detail before scrolling on to the next objects.


Fit to page width in an example: A Dashboard designet for a long, scrolling Smartphone layout:

HTML
<div style="margin-left: 30.0px">
<iframe src="https://player.vimeo.com/video/407884045" noborder="0" width="800" height="450" allow="fullscreen" scrolling="yes" seamless></iframe>
</div>


Improved Object Toolbar behavior

With Generic Embedding we have made it a lot easier to embed the TARGIT Anywhere client in one of your Business Systems.

The idea is, that you do not need to know the exact URL that TARGIT Anywhere requires in order to open the right document with the right criteria. Instead, in the assigned frame in your Business System, you create your own Permalink - something that makes sense to you and your Business System. Then, in the TARGIT Windows client, these Permalinks are mapped in a user-friendly interface to their corresponding documents and dimensions.

Generic Embedding from unknown PermalinkThe Object Toolbar, the toolbar you see when you hover or click an object, has seen two small, yet significant changes:

  • The timeout for auto hiding the object toolbar has been reduced from 4000 milliseconds to now 750 milliseconds.
  • A shadow effect has been added to the toolbar.

The first change adresses the issue of end-users complaining about the toolbar "getting in the way" of seeing the data or doing other things, such as sorting by columns. Now, if you don't move the mouse for 750 milliseconds (3/4 of a second) it will automatically disappear.

The second change adresses an issue where the toolbar "faded into the background" if the background had the same grey color as the toolbar.


Examples on improved Object Toolbar behavior:

HTML
<div style="margin-left: 30.0px">
<iframe src="https://player.vimeo.com/video/363283848407927874" noborder="0" width="800" height="450" allow="fullscreen" scrolling="yes" seamless></iframe>
</div>



HTML
<style type="text/css">
#title-text { display: none;} 
#breadcrumbs, #footer, #likes-and-labels-container, #comments-section { display:none; } 

div.theme-default .ia-splitter #main {
margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
display: none;
}
div#main {
margin-left: 0px !important;
}
div#footer {
margin-left: 0px !important;
}

.columnLayout.two-equal
{
padding-left: 20px;
padding-right: 20px
}

#main #content
{
padding-right:0px;
}

div#main
{
padding:0px;
}
#page
{
overflow-x: hidden;
}
iframe#topheader
{
border:0px;
}
.contentLayout2 .columnLayout
{
margin-bottom:0px;
}

#workflow-page-message
{
margin-bottom: 0px;
}


.columnLayout.two-equal
{
width: 85%;
margin: auto;
}
</style>

<script src="//cep.targit.com/bundle/beacon"></script>
<iframe id="bottomfooter" src="https://www.targit.com/emptyfooter" scrolling="no" frameborder="0" style="width:100%;height:190px;overflow:hidden;scrolling:no;border:0px"></iframe>