HomePython softwarell.xistnsform

XIST.ns.form

Namespace module implementing form related elements

This XIST module contains convenience classes for form elements. These are just abbreviations for the various <input type="..."> elements.

class text​(ll.xist.ns.html.input):

def convert​(self, converter):

class checkbox​(ll.xist.ns.html.input):

def convert​(self, converter):

class radio​(ll.xist.ns.html.input):

def convert​(self, converter):

class file​(ll.xist.ns.html.input):

def convert​(self, converter):

class submit​(ll.xist.ns.html.input):

def convert​(self, converter):

class button​(ll.xist.ns.html.input):

def convert​(self, converter):

class textarea​(ll.xist.ns.html.textarea):

class Attrs​(ll.xist.ns.html.textarea.Attrs):

class value​(ll.xist.xsc.TextAttr):

def convert​(self, converter):

class hidden​(ll.xist.ns.html.input):

def __str__​(self):

def convert​(self, converter):

Alternate versions   Text   XIST   Python