選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
320B

  1. Attr.DefaultInvalidImage
  2. TYPE: string
  3. DEFAULT: ''
  4. --DESCRIPTION--
  5. This is the default image an img tag will be pointed to if it does not have
  6. a valid src attribute. In future versions, we may allow the image tag to
  7. be removed completely, but due to design issues, this is not possible right
  8. now.
  9. --# vim: et sw=4 sts=4