<div class="row wrapper border-bottom white-bg page-heading">
<div class="col-lg-10">
<h2>Truncate string</h2>
<ol class="breadcrumb">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a>Miscellaneous</a>
</li>
<li class="active">
<strong>Truncate string</strong>
</li>
</ol>
</div>
<div class="col-lg-2">
</div>
</div>
<div class="wrapper wrapper-content animated fadeInRight" ng-controller="truncateCtrl">
<div class="row">
<div class="col-lg-12">
<div class="ibox ">
<div class="ibox-title">
<h5>Truncate string - dotdotdot</h5>
</div>
<div class="ibox-content">
<p>
A jQuery plugin for advanced cross-browser ellipsis on multiple line content.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="ibox ">
<div class="ibox-title">
<h5>Example container with fixed height</h5>
</div>
<div class="ibox-content fh-200">
<p class="font-bold alert alert-warning m-b-sm">
This container has fixed height with 200px. Text overflow the container.
</p>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="ibox ">
<div class="ibox-title">
<h5>Example container with fixed height</h5>
</div>
<div class="ibox-content truncate fh-200" truncate truncate-options="truncateOptions">
<p class="font-bold alert alert-success m-b-sm">
This container has fixed height with 200px and truncate feature that prevent form overflow the text.
</p>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="ibox ">
<div class="ibox-title">
<h5>Custom ellipsis</h5>
</div>
<div class="ibox-content truncate1 fh-150" truncate truncate-options="truncateOptions2">
<p class="font-bold">
You can also change the ellipsis
</p>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="ibox ">
<div class="ibox-title">
<h5>You can also choose how to cut off the text</h5>
</div>
<div class="ibox-content truncate2 fh-150" truncate truncate-options="truncateOptions3">
<p class="font-bold">
Example with letter cut off
</p>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</p>
</div>
</div>
</div>
</div>
</div>