Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ウェブレットの一意の名前

通常、ここはデフォルト値のままで残し、LANSAがLANSA独自の内部命名規則を使用できるようにします。ただし、JavaScript や ウェブレットを参照するXSLを使用する場合は、独自の名前を使用することも可能です。

デフォルト値

A unique name for the weblet. Normally, you would leave this as the default and let LANSA use its own internal naming convention. However, you may want to use your own name if using JavaScript or XSL that references the weblet.

...

concat('o', position(), '_LANSA_n') – this is the internal name given to the weblet by LANSA.

- LANSAにより付けられたウェブレット内部名です。

有効値

有効なHTMLのID文字列

Any valid HTML ID string.  It must begin with a letter (\[A-Za-z\]) and may be followed by any number of letters, digits (\]の文字で始まらなければいけませんが、その後には文字、[0-9\]), hyphens の数字、ハイフン("-"), underscores 、アンダースコア("_"), colons 、コロン(":"), and periods 、およびピリオド("."). However, for best compatibility with various JavaScript libraries, CSS editors and other web technologies it is advisable to avoid colons のいずれでも使用でき、好きな数だけ続けることができます。ただし、様々なJavaScriptライブラリ、CSSエディターやその他のWebテクノロジーとの互換性を考えると、コロン(":") and periods とピリオド(".").は避けた方が賢明です。