rql_download.views.components.HelpCWSearchBox¶
-
class
rql_download.views.components.
HelpCWSearchBox
(req, **extra)[source]¶ Class that display a help box to download a cwsearch.
A message is displayed when a new CWSearch is created. The global class parameter ‘_message’ can be tuned to display a custom help message.
Methods
__init__
(req, **extra)action_link
(action)append
(item)critical
(msg, *args, **kwargs)Log ‘msg % args’ with severity ‘CRITICAL’. cw_propval
(propid)return cw property value associated to key debug
(msg, *args, **kwargs)Log ‘msg % args’ with severity ‘DEBUG’. error
(msg, *args, **kwargs)Log ‘msg % args’ with severity ‘ERROR’. exception
(msg, *args, **kwargs)Convenience method for logging an ERROR with exception information. info
(msg, *args, **kwargs)Log ‘msg % args’ with severity ‘INFO’. init_rendering
()init rendering callback: that’s the good time to check your component layout_render
(w, **kwargs)layout_select_args
()link
(title, url, **kwargs)render
(w, **kwargs)render_body
(w)Display the help message in the web page. render_items
(w[, items, klass])render_title
(w)return the title for this component separator
()warning
(msg, *args, **kwargs)Log ‘msg % args’ with severity ‘WARNING’. Attributes
categories_in_order
context
contextual
cssclass
return the CSS class name for this component cw_property_defs
domid
return the HTML DOM identifier for this component layout_args
layout_id
order
title
visible
-
__module__
= 'rql_download.views.components'¶
-
__regid__
= 'help-cw-search'¶
-
_message
= u'This is the content of your cart. You can download each subset using your favorite SFTP client (e.g. FileZilla)'¶
-
context
= 'navcontentbottom'¶
-
order
= 0¶
-
title
= u'Download Search Help'¶
-