FactsLab

Product Reviews, Tutorials, How-To's and Tech news

  • PHP
    • Basics
  • Entrepreneur
    • Money Online
  • JavaScript
    • JQuery
  • Mobile
    • Android
  • WordPress
    • Genesis
  • Design
    • Livecycle Designer
  • Articles
You are here: Home / Archives for Design

May 2, 2016

Creating File Upload field in LiveCycle designer

Creating  File Upload field in LiveCycle designer

Creating a File upload field in the LiveCycle Designer IN CHANGE EVENT:   if(this.rawValue==”Y”) { if(Attach.other(“data.Page11.attachment_L”,”data.Page11.Attachment_C”,”data.Page11.Hidden_L”,”ek”,this)==”success”) { this.rawValue=”Y”; } else{ this.rawValue=”N”; } } else{ AttachCheck.attachRemove(“data.Page11.attachment_L”,”data.Page11.Attachment_C”,”data.Page11.Hidden_L”,”ek”); } CREATE TWO OBJECTS IN HIERARCHY: ->IN ATTACH OBJECT: function other(AttachmentList,Attachment_C,Hidden_L,loc,page)//Creating hidden field AttachmentList, Attachment_C, Hidden_L in forms { AttachCheck.clearAttachAfterImport(AttachmentList,Attachment_C,Hidden_L); var myDoc = event.target; // Retrieve internal attachment names (items[1]) var […]

Article by Daraksha Khatibi / Design, Livecycle Designer / adobe Leave a Comment

Get Social

  • View factslab.in’s profile on Facebook
  • View factslab1’s profile on Twitter
Home · Contact Us
Copyright © 2019 · Factslab · Powered by Gounik Technocrats
MENU
  • PHP
    • Basics
  • Entrepreneur
    • Money Online
  • JavaScript
    • JQuery
  • Mobile
    • Android
  • WordPress
    • Genesis
  • Design
    • Livecycle Designer
  • Articles