Skip to content

Instantly share code, notes, and snippets.

@adeetshah
Created October 21, 2015 23:35
Show Gist options
  • Save adeetshah/d4a6e9e4273f7459962b to your computer and use it in GitHub Desktop.
Save adeetshah/d4a6e9e4273f7459962b to your computer and use it in GitHub Desktop.
<div id="constant-div" ng-if="showDetailsConstantDiv" style="padding-top: 20px;padding-right: 30px;" class="ng-scope">
<div id="constant-alert-div" style="position: relative;display: block;">
<px-alert-message type="warning" message-title="Heads up!" message="Do you want to revert back ?" action="dismiss">
<div id="alert" class="alert-message flex flex--left flex--middle style-scope px-alert-message">
<span>
</span><div class="severity style-scope px-alert-message">
<div id="icon" class="warning style-scope px-alert-message">
<span>
</span><div class="svg-canvas style-scope px-alert-message">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" class="svg-triangle style-scope px-alert-message">
<polygon points="0,27 15,0 30,27" class="style-scope px-alert-message"></polygon>
</svg>
</div><span>
</span><span class="number style-scope px-alert-message"></span><span>
</span><template is="dom-if" class="style-scope px-alert-message"></template>
<template is="dom-if" class="style-scope px-alert-message"></template>
</div>
</div><span>
</span><template is="dom-if" class="style-scope px-alert-message"></template>
<div class="message style-scope px-alert-message" style="
/* position: relative; */
/* display: block; */
/* color: black; */
/* background-color: red; */
">
<p class="warning style-scope px-alert-message" style="
position: fixed;
display: block;
color: black;
background-color: red;
z-index: 10000000000000000000000000000000000;
">
<span class="style-scope px-alert-message">Heads up!</span> <span class="style-scope px-alert-message">Do you want to revert back ?</span>
</p>
</div>
<span>
</span><div class="action style-scope px-alert-message">
<span>
</span><a class="dismiss style-scope px-alert-message"><i class="fa fa-times style-scope px-alert-message"></i></a><span>
</span><template is="dom-if" class="style-scope px-alert-message"></template>
<template is="dom-if" class="style-scope px-alert-message"></template>
</div><span>
</span><template is="dom-if" class="style-scope px-alert-message"></template>
</div>
</px-alert-message>
</div>
<span style="display: inline-block;padding-bottom: 20px;font-weight: bold;">CONSTANT DEFINITION</span>
<span class="dotted-line-seperator-2" style="width: 73%;top: -3px;"></span>
<table class="constant-table">
<thead>
<tr>
<td>
Name
</td>
<td>
Units
</td>
<td>
Value
</td>
<td>
Type
</td>
<td>
Description
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="ng-binding">
ConstantName1
</td>
<td class="ng-binding">
ConstantDefsUnit1
</td>
<td>
<div class="define-custom-input mapping-value edit-text-box-dir ng-isolate-scope" edit-text-box-dir="" index-id="constantVal" text-data="constantCopyData.value" hint-data="Enter a value" show-icon="true" update-listener="textBoxUpdated" style="margin-left: 0px;margin-top: 0px;"><label href="javascript:void(0);" ng-hide="isedit" ng-click="isedit=true" class="define-input-label "> ConstantValue1 <i class="fa fa-pencil" style="display:none;font-size:13px;"></i> </label><input type="text" ng-model="textData" input-enter="isedit=false" ng-hide="!isedit" placeholder="Enter a value" ng-blur="isedit=false" class="text-input edit-text-box-dir-25 ng-hide"></div>
<!-- {{entry.value}} -->
</td>
<td class="ng-binding">
ConstantDefsType1
</td>
<td class="ng-binding">
ConstantDefsDescription1
</td>
</tr>
</tbody>
</table>
<!--div class="input-def-grid-dir">
<span class="define-title-input define-sub-title">CONSTANTS DEFINITION</span>
<span class="dotted-line-seperator-2 dotposition5"></span>
<div input-def-grid-dir support-file-upload="false" support-excel-upload="false" support-csv-type="const" grid-data="constants"></div>
</div-->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment