diff options
Diffstat (limited to 'files/zh-cn/mozilla/tech/xul/attribute/validate')
| -rw-r--r-- | files/zh-cn/mozilla/tech/xul/attribute/validate/index.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/files/zh-cn/mozilla/tech/xul/attribute/validate/index.html b/files/zh-cn/mozilla/tech/xul/attribute/validate/index.html deleted file mode 100644 index a56181d8b7..0000000000 --- a/files/zh-cn/mozilla/tech/xul/attribute/validate/index.html +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: validate -slug: Mozilla/Tech/XUL/Attribute/validate -tags: - - XUL Attributes -translation_of: Archive/Mozilla/XUL/Attribute/validate ---- -<div class="noinclude"> - <span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference">XUL Reference home</a></span></div> -<dl> - <dt> - <code id="a-validate"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/validate">validate</a></code></dt> - <dd> - Type: - <i> - one of the values below</i> - </dd> - <dd> - This attribute indicates whether to load the image from the cache or not. This would be useful if the images are stored remotely or you plan on swapping the image frequently. The following values are accepted, or leave out the attribute entirely for default handling:</dd> -</dl> -<ul> - <li><code>always</code>: The image is always checked to see whether it should be reloaded.</li> - <li><code>never</code>: The image will be loaded from the cache if possible.</li> -</ul> -<div class="noinclude"> - </div> -<p></p> |
