コミュニティアチーブメントバーを展開する。

Justin_Klei
Justin_Klei
オフライン
タイプ
  • すべて
  • 質問
  • ディスカッション
  • アイデア
  • ブログ
ユーザー投稿による絞り込み
  •    Adobe LiveCycle Questions 2013/11/07
    In Designer, go to the Data View tab.  You should see a data connection.  Right-click on the data connection and select "Connection Properties".  The "Data Description Type" will tell you the type of data connection.

    タイプ

    質問

    表示

    22.7K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2013/11/07
    I'm not familiar with the SAP integration, but I'm pretty sure it's using the LiveCycle Forms module to render the form.What type of data connection do you have defined in Designer?  It has to be one of the following:XML SchemaSample XML DataData ModelWSDL FileOLEDB DatabaseI'm guessing it is 1 or 2...

    タイプ

    質問

    表示

    22.7K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2013/11/07
    What kind of data source...is it an XML or XSD?How are you populating the data into the form?  Are you using LiveCycle Forms or LiveCycle Output?

    タイプ

    質問

    表示

    22.7K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2013/11/07
    Are you trying to write script to populate the line break, or do you want to know how to generate the XML that gets fed into the form so the line breaks will appear?The instructions I provided above will show you how to script it.If you want to know what the XML should look like, do this:Save your f...

    タイプ

    質問

    表示

    22.7K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2013/11/07
    Apparently the tags are getting encoded when you try to set the rawValue of the field.Try this instead:var richTextValue = '<body><p>Line 1 of text</p><p>Line 2 of text</p></body>';xfa.resolveNode("TextField1.value.#exData").loadXML(richTextValue);

    タイプ

    質問

    表示

    22.7K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2013/11/07
    If it's a rich text field, you can use an html <br> tag.This is mentioned in the XFA Specification document:  http://partners.adobe.com/public/developer/en/xml/xfa_spec_3_3.pdf

    タイプ

    質問

    表示

    22.7K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2013/05/17
    Select your button, then open the script editor (Window-->Script Editor).In the script editor you'll see a dropdown that says "Show:  Events with Scripts".Select "Click" from the dropdown.Paste the code I provided into the editor.For the "Language" dropdown make sure "JavaScript" is selected and not...

    タイプ

    質問

    表示

    7.3K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2013/05/17
    Sounds like you want one user to type or paste a URL into a text field and then another user to be able to click on the text in the text field and be directed to that URL.I believe the recommendations above were all referring to static text rather than text fields.I think what you need to do is add ...

    タイプ

    質問

    表示

    7.3K

    いいね!

    0

    返信

    0
Justin_Klei が獲得した上位のバッジ
プロファイルに表示するバッジをカスタマイズ