diff --git a/components/captcha/captcha_pkg.lpk b/components/captcha/captcha_pkg.lpk index c6f5666dc..f2b27987e 100644 --- a/components/captcha/captcha_pkg.lpk +++ b/components/captcha/captcha_pkg.lpk @@ -36,5 +36,6 @@ + diff --git a/components/captcha/demos/runtime/runtime.ex-meta b/components/captcha/demos/runtime/runtime.ex-meta new file mode 100644 index 000000000..27b0a7ddc --- /dev/null +++ b/components/captcha/demos/runtime/runtime.ex-meta @@ -0,0 +1,5 @@ +{ "runtime" : { + "Category" : "CCR", + "Keywords" : ["controls", "captcha", "label"], + "Description" : "Demonstrates how a TCaptchaLabel can be created at runtime. It also allows to study the effect of various properties. Note that this project does not require to install the captcha_pkg package; the component source are expected to be in folder \"source\" two directory level higher."} +} \ No newline at end of file diff --git a/components/captcha/demos/simple_demo/simpledemo.ex-meta b/components/captcha/demos/simple_demo/simpledemo.ex-meta new file mode 100644 index 000000000..195cb71e1 --- /dev/null +++ b/components/captcha/demos/simple_demo/simpledemo.ex-meta @@ -0,0 +1,5 @@ +{ "simpledemo" : { + "Category" : "CCR", + "Keywords" : ["controls", "captcha", "label"], + "Description" : "This simple project shows a sample dialog in which the user must verify a captcha text."} +} \ No newline at end of file