Edit Homepage
Nabble Application Markup Language
Subscribe to Updates
Advanced Search
Home
Documentation
Tutorials
News
| NAML
alpha
|
forgot_password_page
›
unregistered_user_forgot_password_page
›
html
›
page_header
›
breadcrumbs
›
breadcrumbs_content
›
node_breadcrumbs
›
if
admin_options_for_app
Requires node
♦
♦
admin_options_for_post
Requires node
♦
♦
app_body_header
Requires node_page, servlet
♦
♦
breadcrumbs
homepage_node
html
is_home
is_selection_under
list_child_topics
Requires node
♦
♦
macro_viewer_page_link
nabble_footer
nabble_stylesheets
news_details_row
Requires node
♦
♦
news_page_layout
Requires app_namespace
♦
♦
node_breadcrumbs
Requires node
♦
♦
options_menu
Requires node
♦
♦
page_header
Requires node
♦
♦
page_logo
page_menu_section
shBrushXml
shCore
shCss
topic
Requires servlet
♦
♦
topic_dropdown
Requires node
♦
♦
topic_dropdown_later
Requires servlet
♦
♦
topic_footer
view_app
Requires servlet, nabble, basic
♦
♦
view_homepage
view_mixed
Requires basic, nabble, servlet
♦
♦
visible_for_admins
if
NAML documentation
Watch a video
You must login as an administrator of NAML.
If you are not the administrator, you can
create your own Nabble app
and customize its NAML code!
Email
Example: johnsmith@domain.com
Password
Forgot your password?
Calls the "then" block if the 'condition' (dot_parameter) is true. Otherwise, calls the "else" block (if available).
Parameters
condition
Condition to be tested
dot parameter
else
Block for the false case
optional
then
Block for the true case
optional
Requires
basic
Binary Details
public static void nabble.naml.namespaces.BasicNamespace._if(nabble.naml.compiler.IPrintWriter,nabble.naml.compiler.Interpreter)
Other Binary Commands in
basic
block
both
catch_exception
command_exists
command_is_binary
command_name
command_source_name
crlf
either
encode
equal
exit
global_is_var_set
global_set_var
global_var
gt
has_exception
hide_null
is_empty
is_in_command
is_null
lt
nop
not
prepend
random
regex
regex_replace_all
set_var
starts_with
substring
throw_runtime_exception
throw_template_exception
to_lower_case
trim
uplevel_set_var
uplevel_var
use_html_encoder
use_text_encoder
use_url_encoder
var