Guest User

html element

a guest
Jan 15th, 2021
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.74 KB | None | 0 0
  1. <me-input ng-if="elem.name == 'me-input' || elem.name == 'me-select'" elem="$parent.elem" elem-id="in_single_pattern" disabled="false || elem.attrs.disabled || (elem.depends &amp;&amp; elem.enabledByDepends)" options="calcOptions(elem)" value="env.sp.out[elem.id]" on-option-select="onElemOptionSelect(elem, exposeSelectedOptionKeys, option)" on-change="unconditionalReloadPage(true)" class="ng-scope ng-isolate-scope">
  2.                           <div class="form-group ng-scope has-error" ng-class="{'has-error': showError()}" style=""> <label class=" control-label me-elem-label">Одиночный аттач <span class="text-danger">*</span></label><me-input-attach settings="attachSettings" options="options" ng-model="value" me-input-elem="" me-input-elem-ctrl="meInputElemCtrl" enable-validation="enableValidation()" name="in_single_pattern" class="ng-untouched ng-isolate-scope ng-empty ng-dirty ng-valid-parse ng-invalid ng-invalid-required" style=""><div class="me-input__attach">
  3.     <!--ngf-keep="'distinct'"-->
  4.     <!--ngf-pattern="'image/*,application/pdf'"-->
  5.     <div class="me-input__attach-drop-box ng-invalid ng-dirty" ngf-change="upload($files, $file, $newFiles, $duplicateFiles, $invalidFiles, $event)" ng-show="showDropZone()" ng-disabled="settings.attrs.disabled" ngf-drop="" ngf-select="" ngf-drop-available="dropAvailable" ngf-drag-over-class="'me-input__attach-dragover'" ngf-multiple="settings.multiple" ngf-pattern="settings.attrs.pattern" ngf-allow-dir="true" ngf-max-files="settings.attrs.max" ngf-max-total-size="getSize('maxTotal')" ngf-max-size="getSize('max')" ngf-min-size="getSize('min')" style="">
  6.         <div class="me-input__attach-desc ng-binding">
  7.             <i class="fa fa-cloud-upload"></i>&nbsp; Relocate the files in order to attach them, or click to select
  8.         </div>
  9.     </div>
  10.  
  11.     <!-- ngIf: uploadProgress -->
  12.  
  13.     <ul ng-show="invalidFiles" class="ng-hide">
  14.         <!-- ngRepeat: f in invalidFiles -->
  15.     </ul>
  16.  
  17.     <div class="row ng-hide" ng-show="hasFilesInfo()" style="padding: 5px 10px;">
  18.         <!-- ngRepeat: f in filesInfo -->
  19.     </div>
  20. </div></me-input-attach><me-fast-select options="options" on-change="fastSelectChange(option)" class="ng-isolate-scope">
  21.         <!-- ngIf: $ctrl.fastOptions && $ctrl.fastOptions.length > 0 -->
  22.     </me-fast-select><!-- ngIf: showError() --><me-error-list ng-if="showError()" errors="errors" class="ng-scope ng-isolate-scope" style=""><ul class="text-danger" style="padding-left: 20px;margin-top:5px;">
  23.             <!-- ngRepeat: e in $ctrl.errors --><li ng-repeat="e in $ctrl.errors" type="required" class="ng-binding ng-scope">This field is mandatory</li><!-- end ngRepeat: e in $ctrl.errors -->
  24.         </ul></me-error-list><!-- end ngIf: showError() --></div></me-input>
Advertisement
Add Comment
Please, Sign In to add comment